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...
3
answers
0
votes
53
views
asked 2 days ago
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...
1
answers
0
votes
27
views
asked 4 days ago
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...
1
answers
0
votes
48
views
asked 7 days ago
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...
1
answers
0
votes
20
views
profile picture
asked 9 days ago
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...
2
answers
0
votes
41
views
asked 9 days ago
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...
1
answers
0
votes
42
views
asked 10 days ago
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...
1
answers
0
votes
14
views
asked 10 days ago
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...
2
answers
0
votes
89
views
asked 11 days ago
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...
1
answers
0
votes
28
views
asked 12 days ago
How Serverless Applications Help Microservices?
1
answers
0
votes
35
views
profile picture
asked 12 days ago
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...
1
answers
0
votes
41
views
asked 21 days ago
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...
2
answers
0
votes
66
views
asked 25 days ago