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
- 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_...
- Hello, We have a group of SUPPORT people in our organization who tests few APIs in a particular service via API Gateway Payload "Test" tool. I want to restrict them to send request only for specific...
- I have an AWS Amplify app (App ID: d3iy6p3suuwd64, region: eu-west-2) configured as WEB_COMPUTE. The build artifact zip contains a correct deploy-manifest.json with computeResources block (nodejs20.x ...
- We are using AWS Valkey Serverless with a Spring Boot microservices architecture running on Kubernetes. We intermittently see Redis command timeout exceptions for both GET and SETEX operations, even ...
- I have one lambda function that spawns different workflows based on a strategy pattern. Everything works great in terms of execution and monitoring inside the AWS console. I want to build a small back...
Recent Knowledge Center content
see all1 / 18
Recent articles
see all1 / 18
- JohnTEXPERTpublished a day ago0 votes23 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 2 days ago0 votes39 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 22 days ago0 votes102 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 23 days ago0 votes74 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 votes396 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 a month ago0 votes266 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 a month ago0 votes379 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 a month ago0 votes179 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 votes170 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 votes219 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 votes500 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 votes84 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 votes92 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 votes86 viewsGuidance to design SPA for blue/green deployments
- Henrique SantanaEXPERTpublished 2 months ago0 votes72 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...
- Henrique SantanaEXPERTpublished 2 months ago0 votes94 viewsDeploying 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 ...
Recent selections
see all1 / 7
- Henrique SantanaEXPERTpublished 3 months ago1 votes354 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 votes270 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 votes522 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 votes707 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
