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
688 results
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...
I need to transfer workload from Openshift to EKS.
I need workload deployed ready to make test on it.
Hello AWS re:Post,
I am currently designing a microservices architecture using AWS ECS and would like to understand the best practices for managing clusters and services. Specifically, I am evaluati...