AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
Serverless
Recent questions
see all- Hi team, I am trying to deploy the Guidance for Media2Cloud on AWS (v4.0.10) into a new testing account using the official CloudFormation template (media2cloud.template), but the stack creation immed...
- Is there any supported way to read the effective maxmemory-policy at runtime on an ElastiCache Serverless cache (Valkey)? What I observe on a serverless cache in eu-central-1: * Argless INFO returns ...
- Hello, We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
- Hello, We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
- ## Summary A DMS Serverless CDC replication automatically restarted after a graceful termination. After the restart, the replication reported a `RUNNING` status and continued reading from the Postgre...
- Hi everyone, We’re running an AWS DMS Serverless task with migration type Full load + CDC. We previously used DMS on-demand replication instances but hit out-of-memory (OOM) issues, so we moved to DMS...
- We are designing a Step Functions workflow that orchestrates multiple Lambda functions. I want to understand the timeout interaction between Step Functions Task states and Lambda function timeouts. Sp...
- engine_version = "15.12" Installed hashicorp/aws v5.70.0 "seconds_until_auto_pause" = 600 When setting min capacity for serverlessv2 clusters I get the below error message for some clusters, others...
- I am troubleshooting https failure(s) in a lambda project. When it starts (cold start, no reserved concurrency), it successfully contacts auth0 for a bearer token, then attempts to use that to authen...
- Hello, I'm stuck modifying the lambda function required to complete DIY Serverless Foundations lab, I don't have much experience with Python hence I'm struggling to get to the solution. Has anyone com...
- According to the documentation, Elasticache supports IPv6/dualstack but there is no mention on how to configure this for serverless and the default endpoints are IPv4 only. Is there anything that can ...
- **TL;DR** For long-running, streaming MCP workloads, Lambda Function URLs currently appear more reliable than API Gateway REST APIs due to timeout and response size constraints. I’m implementing an M...
- I'm using a CloudFront distribution with a Lambda@Edge function as a secure proxy for a Cognito User Pool. The purpose of the function is to intercept outbound POST requests to Cognito, inject a Secre...
- I’m encountering an issue when creating an ElastiCache Serverless (Valkey) cache using a customer-managed KMS key via the AWS API. **What works** * Creating the same Valkey Serverless cache via the A...
- We have a Python Lambda that sometimes crashes due to Out Of Memory (OOM) errors. When it crashes, the process dies instantly, so we cannot log the error from inside the code. Goal: We need to captur...
- Hi, I have a customer in Singapore who wants to use LLMs, but their data must not leave Singapore. On AWS Bedrock (serverless), as I understand it, if I use a model that supports **cross-region infe...
- Hi AWS Support Team, as AWS Lambda approaches end-of-life for the Python 3.9 runtime, we understand that: 1. New Lambda functions using Python 3.9 cannot be created after January 15, 2026. 2. Existing...
- URGENT: Production Aurora PostgreSQL Serverless Cluster Completely Deadlocked Summary: Aurora PostgreSQL Serverless cluster has been stuck in "modifying" state for over 1.5during an ACU increase oper...
Recent Knowledge Center content
see allRecent articles
see allShravanEXPERT
published 2 months ago0 votes200 views
Organizations adopting Amazon Bedrock at scale struggle to attribute model-invocation costs to specific teams, detect LLM-native anomalies like tool-call loops, and investigate spend spikes fast enoug...Ram AchantaEXPERT
published 3 months ago2 votes202 views
Organizations scaling AWS workloads across EC2, EMR, containers, and Lambda face growing vulnerability counts that overwhelm application teams. Challenges include EMR on EC2 vulnerability multiplicati...Henrique SantanaEXPERT
published 5 months ago0 votes169 views
Unplanned downtime costs the top 500 manufacturers $1.4 trillion per year, yet most factories already have the sensors and data to prevent it. This session shows how to connect that data, encode exper...Henrique SantanaEXPERT
published 5 months ago0 votes113 views
When requirements change and your team needs to move an application from serverless to containers (or the reverse), the question is rarely about deployment scripts. It's about whether your code is str...Henrique SantanaEXPERT
published 5 months ago0 votes147 views
Serverless applications are highly distributed and touch many cloud-native services, which makes testing more complex than it appears. This session shows how to structure your Lambda code for testabil...Henrique SantanaEXPERT
published 5 months ago0 votes295 views
Deploying web APIs on AWS Lambda often means writing routing, validation, and error handling from scratch. This post shows how Hono, a lightweight TypeScript web framework, reduces that friction with ...Henrique SantanaEXPERT
published 5 months ago0 votes166 views
Session CNS360 presented a layered security framework for serverless applications on AWS, from foundational IAM controls and API protection through OAuth 2.0 identity flows. The session also shows how...Henrique SantanaEXPERT
published 5 months ago0 votes216 views
Every Lambda invocation starts with a trigger, but what happens between that trigger and your code running is far more complex than most developers realize. This session pulls back the curtain on Lamb...Henrique SantanaEXPERT
published 5 months ago0 votes200 views
Growing a serverless application from a handful of functions to hundreds creates real organizational, code management, and deployment challenges. This post covers the patterns presented in session CNS...Henrique SantanaEXPERT
published 5 months ago0 votes213 views
Multi-tenant SaaS applications on serverless share compute by design. That efficiency comes with a specific concern: state from one tenant's invocation can persist into the next tenant's execution con...Henrique SantanaEXPERT
published 6 months ago0 votes162 views
Debugging serverless applications in the cloud has traditionally meant a slow cycle of adding log statements, deploying, running tests, and reviewing logs. At AWS re:Invent 2025, the Lambda team intro...Henrique SantanaEXPERT
published 6 months ago0 votes277 views
Sean Kendall and Brian Zambrano demonstrate how pairing Amazon Kiro with purpose-built MCP servers can take a serverless backend from an empty directory to a deployed, tested API in under six minutes....Henrique SantanaEXPERT
published 6 months ago0 votes223 views
As engineering organizations scale serverless adoption, platform teams face a core tension: giving developers the speed and autonomy they need while keeping security, compliance, and cost under contro...Henrique SantanaEXPERT
published 6 months ago0 votes420 views
Building agent applications in production requires more than picking an LLM. You need to think through how agents gather context, how they communicate with tools and other agents, and where they run a...Henrique SantanaEXPERT
published 6 months ago0 votes207 views
AWS Lambda turns 10, and the biggest objections to running production workloads on Serverless have never had better answers. This session from re:Invent 2025 covers three major launches: the Serverles...Henrique SantanaEXPERT
published 6 months ago0 votes174 views
Booking.com spent three years replacing a 20-plus-year-old Perl reservation system that handled millions of daily reservations. Session CNS362 at re:Invent 2025 documents that journey and pairs it wit...Henrique SantanaEXPERT
published 6 months ago0 votes381 views
Serverless architectures evolve through real growing pains. This session follows five years of architectural transformation, from a 40-order-per-month local startup to a global operation processing 3....Henrique SantanaEXPERT
published 7 months ago0 votes313 views
AWS Lambda Managed Instances brings the serverless programming model to EC2 instances in your account, giving you control over compute options and pricing while maintaining Lambda's operational simpli...
Riku_Kobayashi
EXPERTGary Mclean
EXPERTBrettski
EXPERTsecondabhi_aws
EXPERTUri Segev
EXPERTOleksii Bebych
EXPERTKidd Ip
EXPERTOsvaldo Marte
EXPERTAdeleke Adebowale .J.
EXPERTIndranil Banerjee AWS
EXPERTNitin Eusebius
EXPERTMassimilianoAWS
EXPERTGK
EXPERTGunasekaran, Makendran
EXPERTGarre Sandeep
EXPERTThanniru Anil Kumar
EXPERTMax Clements
EXPERT
