Serverless
Serverless is a way to describe the services, practices, and strategies that enable you to build more agile applications so you can innovate and respond to change faster. With serverless computing, infrastructure management tasks like capacity provisioning and patching are handled by AWS, so you can focus on only writing code that serves your customers.
Recent questions
see all1 / 18
- I am seeing what appears to be a change in the Amazon Inspector2 EventBridge payload for enhanced ECR image scan completion events. We have an EventBridge rule that listens for Inspector2 scan comple...
- Regarding API Gateway behaviour on handling integration target and endpoint URL in a VPC link and nonproxy integration case, I found it doesn't work when I only set an endpoint URL to my internal load...
- AWS Lambda added support for the python3.14 managed runtime in November 2025, but Amazon Inspector still does not scan Lambda functions using this runtime — for either standard scanning (package vulne...
- I have a Lambda function whose Function URL is configured with AuthType = AWS_IAM (us-east-1). Behavior: - SigV4-signing a request to the Function URL as an IAM USER (which has lambda:InvokeFunctionU...
- Here's my response code added to the lambda, The response is coming in json in Lambda output: Status: Succeeded Test Event Name: sopselectorjira and here's the lamda code that developed for sop selec...
- Hi A web socket API Gateway is configured. Connect, Authorize and SendMessage lambda functions are deployed in private subnet. Successfully connected and be able to send message to sendmessage lambda...
- Hi, we are testing a possible migration from the old-gen architecture with VPC Link v1 and api gateway REST VPC proxy integration to the new VPC Link V2. We have multiple elastic beanstalk environmen...
- I removed VPC configuration from Lambda function "legallm-export-pdf-worker-prod" in us-east-1, but 2 Lambda-managed ENIs remain and block CloudFormation cleanup. Account: 142530420275 Region: us-eas...
- I have developed an architecture using Amazon Connect, Amazon Lex V2, and AWS Lambda. Architecture flow: Amazon Connect → Amazon Lex V2 → AWS Lambda In this implementation: Amazon Connect handles t...
- Our application has been completely down for over 13 hours. We have already initiated chat support twice (Case ID: [Introduceți ID-ul tichetului de chat, dacă există]), but we have only been told to w...
- I want to user X-ray to trace my step function that has multiple steps using ECS runTask. But the trace id for the step is not passed on to ECS. The [documentation for Step Functions](https://docs.aws...
- Hello, nice to meet you. My name is Andrew. On this occasion, I'm looking for help or guidance on how to autoscale an ECS container in Fargate. I've already read the documentation and understand how ...
- My CloudFormation stack has been stuck in `CREATE_IN_PROGRESS` for over 44 minutes now on a custom resource. The stack events show: ``` AWS::CloudFormation::CustomResource | MyCustomResource | CREATE...
- I have a CloudFormation custom resource that needs to generate X.509 certificates (for ACM PCA or Client VPN). I'm using inline Python code (`ZipFile` in the template) because I want the stack to be s...
- I am building a scheduled SMS processing system using AWS Lambda + Amazon Pinpoint SMS Voice V2 in C# (.NET 6/8). **Flow:** EventBridge Scheduler -> SchedulerProcess Lambda -> invokes Ta...
- Our supervisor agent consistently fails with failureCode 400 and failureReason "Failed to parse LLM raw response" when it retrieves results from a Knowledge Base and then needs to ask the user a clari...
- We are a Platform Engineering team managing a large-scale AWS Lambda estate. AWS has reached End-of-Life for Python 3.8/3.9 runtimes, requiring us to migrate to Python 3.12. The scope is significant: ...
- I'm trying to invoke `anthropic.claude-sonnet-4-20250514-v1:0` from a Lambda function in eu-west-1 using the Python SDK: ```python bedrock = boto3.client('bedrock-runtime') response = bedrock.invoke_...
Recent Knowledge Center content
see all1 / 18
Recent articles
see all1 / 18
- WasifEXPERTpublished 3 days ago1 votes48 viewsUse AWS Lambda and Amazon Bedrock to dynamically transform Message Template content during Amazon Connect outbound campaign execution - enabling multilingual translation, personalization, and AI-power...
- JohnTEXPERTpublished 6 days ago0 votes53 viewsThis article shows how to automate Trusted Advisor check refreshes on a predictable schedule using EventBridge Scheduler and Lambda, ensuring findings stay current and pairing with automated remediati...
- JohnTEXPERTpublished 7 days ago1 votes82 viewsThis article provides a step-by-step guide to automatically remediate AWS Trusted Advisor findings using Amazon EventBridge rules and AWS Lambda functions. It covers building event-driven automation t...
- Jason ShenSUPPORT ENGINEERpublished a month ago0 votes106 viewsAfter Amazon GuardDuty Malware Protection for S3 scans an uploaded object, you might want to automatically move clean files to a trusted bucket and quarantine infected files. This article shows how to...
- Varun SharmaEXPERTpublished a month ago0 votes76 viewsI want to dynamically override AWS CodePipeline variables using Amazon EventBridge rules or schedules, and use those variables with entry conditions to conditionally skip pipeline stages. This article...
- I want to resolve the "Endpoint request timed out" error with HTTP status code 504 that I receive when my Lambda function calls an Amazon API Gateway endpoint that triggers a downstream Lambda perform...
- AWS OFFICIALUpdated a month ago0 votes410 viewsWhen AWS becomes aware of exposed or potentially exposed customer credentials, we act swiftly to protect customer accounts while maintaining operational continuity. This article explains the automated...
- AWS OFFICIALUpdated 2 months ago0 votes281 viewsThis article shows you how to use the AWS Incident Detection and Response Command Line Interface (CLI) to streamline workload registration, alarm creation, and Application Performance Monitoring (APM)...
- Varun SharmaEXPERTpublished 2 months ago0 votes437 viewsI want to automatically invoke AWS DevOps Agent investigations when a CloudWatch Alarm enters ALARM state or when Amazon EventBridge detects an Amazon Elastic Container Service (Amazon ECS) task failu...
- AWS OFFICIALUpdated 2 months ago0 votes189 viewsThis article shows you how to integrate PagerDuty with AWS Incident Detection and Response to improve your incident management capabilities.
- AWS OFFICIALUpdated 2 months ago0 votes175 viewsPart 2 of this article shows how to use AWS Unified Operations to bridge the gap between experimentation and production-grade agentic AI.
- AWS OFFICIALUpdated 2 months ago0 votes227 viewsPart 1 of this article explains why traditional operations don’t work for AI, and how your organization can build operational confidence.
- AJAYASUPPORT ENGINEERpublished 2 months ago2 votes530 viewsSet up a complete local Lambda testing environment using MiniStack, SAM CLI, and Finch. Covers DynamoDB and SQS integration, a dual-endpoint pattern for code that works locally and on AWS, a compariso...
- Erasmo Fabio AcraniEXPERTpublished 2 months ago1 votes87 viewsAWS Amazon Q Developer integrates with collaboration platforms like Slack to monitor AWS Transfer Family events. Slack can track file transfers directly from chat channels. This integration eliminates...
- Henrique SantanaEXPERTpublished 2 months ago0 votes94 viewsUnplanned 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 SantanaEXPERTpublished 2 months ago0 votes53 viewsWhen 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...
- Srinivas KVEXPERTpublished 2 months ago0 votes91 viewsGuidance to design SPA for blue/green deployments
- Henrique SantanaEXPERTpublished 2 months ago0 votes74 viewsServerless 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...
Recent selections
see all1 / 7
- Henrique SantanaEXPERTpublished 3 months ago1 votes356 viewsSummaries of Serverless & Containers breakout sessions from AWS re:Invent 2025. Each article distills key announcements, technical deep dives, and practical guidance from sessions covering Amazon EKS,...
- AWS OfficialEXPERTpublished 4 months ago0 votes379 viewsThis spotlight on Amazon EventBridge equips you with the skills and troubleshooting tips to get the most out of a scalable service.
- AWS OfficialEXPERTpublished 4 months ago0 votes271 viewsThis spotlight on Amazon API Gateway equips you with the skills and troubleshooting tips to get the most out of a powerful service.
- Henrique SantanaEXPERTpublished a year ago0 votes655 viewsThis collection summarizes container-focused sessions from AWS re:Invent 2024, covering Amazon EKS and Amazon ECS topics including Kubernetes management, container networking, security, resilience, se...
- AWS OfficialEXPERTpublished a year ago0 votes524 viewsThis spotlight on Amazon Connect equips you with the skills and troubleshooting tips to get the most out of AWS’s AI-powered contact center.
- AWS OfficialEXPERTpublished 2 years ago1 votes708 viewsThis spotlight on AWS Lambda equips you with the skills and troubleshooting tips to get the most out of this powerful service.
- Antonio LagrotteriaEXPERTpublished 2 years ago4 votes28.3K viewsA selection of architectural patterns and tips to leverage secure cross-account APIs, showing ingress, egress and inspection reference architectures
1 / 18
Riku_Kobayashi
EXPERTGary Mclean
EXPERTBrettski-AWS
EXPERTsecondabhi_aws
EXPERTAntonio Lagrotteria
EXPERTUri Segev
EXPERTOleksii Bebych
EXPERTKidd Ip
EXPERTOsvaldo Marte
EXPERTAdeleke Adebowale .J.
EXPERTLeeroy Hannigan
EXPERTIndranil Banerjee AWS
EXPERTNitin Eusebius
EXPERTTakahito Iwasa
EXPERTMassimilianoAWS
EXPERTGK
EXPERTGunasekaran, Makendran
EXPERT
Learn AWS faster by following popular topics
1 / 5
