Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
All Content tagged with Microservices
Build highly available microservices to power applications of any size and scale
Content language: English
Select up to 5 tags to filter
Sort by most recent
689 results
I deployed an application (net core app, web application) packaged with Docker on ECS and defined the task, but an error occurred when starting the service. The following is the ECSService CREATE_FAIL...
When one ECS task communicates with another via Service Connect using http 1.1, is the connection persistent?
We have an nginx ECS task that uses the [auth request module](http://nginx.org/en/docs/ht...
I have a Python code that queries APIs and I need to make Lex consult this code and bring me the answers or the lists that the API provides.
I won't be using a database, it's a chatbot that will query...
Dear Team,
I am new to Microservices and have started exploring it through the AWS official documentation. However, I find the topic and its workflow a bit complex to grasp initially.
Could anyone k...
Hello,
I am working on my own LLM (Large Language Model) service and have a backend endpoint that I want to expose through an API gateway. My goal is to send some data to this endpoint and receive a s...
Problem Statement:
We are currently using an API Gateway and Lambda function to convert a SOAP API to REST. However, we encountered an issue due to AWS Lambda's invocation payload size limit, which p...
I code Node.js and in the existing/old console lambda editor it checks my syntax and shows an immediate icon in the left gutter next to offending line number, that's a great feature. However in the la...
Hello team,
I’m planning to create an ElastiCache **Valkey cache** with AWS CDK to store simple key-value pairs (strings). I wanted to check if ElastiCache **Valkey caches** are supported by AWS CDK...
I am working on an AWS Lambda function with Node.js and need to implement a debounce mechanism. The goal is to ensure the function processes only the latest event, ignoring earlier rapid consecutive i...
How Serverless Applications Help Microservices?
Hi team,
I have a Lambda function that generates a **CloudFront signed URL** for uploading a file into an S3 bucket via the CloudFront distribution.
In addition to uploading the file via the Cloud...
I want to implement the same technical methodology provided by AWS Fargate, meaning I aim to replicate the features and benefits of Fargate but without actually using it.
And this i will use with EKS...