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
- 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_...
- It shows an "Invalid function ARN or Invalid uri" when I try to create a cross-account API Gateway Lambda authorizer with stage variable in Lambda function ARN. Does it mean stage variable is not supp...
- I have an ECS Fargate task in a public subnet that needs to load a TLS certificate from SSM Parameter Store (SecureString) at container startup via Python/boto3. Setup: Launch type: Fargate, public ...
- Is Lake Formation credential vending through the Glue Iceberg REST endpoint (`https://glue.<region>.amazonaws.com/iceberg`) supported for AWS Lambda execution roles when reading and writing S3 Tables?...
- Hello, I'm having an issue deleting data from a specific S3 bucket using a DELETE FROM statement via a Boto3 Athena connection in a Lambda function (will be use to delete old data from an iceberg tabl...
- We have a set up where EventBridge schedules trigger a lambda, we are trying to validate if the schedules are working fine, during the process we have observed that the InvocationAttemptCount in sched...
- Hi everyone, I would like to connect TradingView webhooks to the Binance API using an AWS instance, but I’m not a developer. **Goal:** - Receive TradingView webhook alerts - Forward them to Binan...
- I'm coding in Java. I need to run a R script in lambda. I've created the below Docker file ``` FROM amazonlinux:2 # Install R and dependencies RUN yum update -y && \ yum install -y R R-devel gcc...
- I manually created AWS resources using the AWS Console, including an Amazon S3 bucket, an API Gateway REST API, and an AWS Lambda function triggered by the REST API. I then attempted to migrate this e...
- I would like to pass tags to tasks when they are executed by state machine
- Want to orchestrate ECS TAKS using aws step function, I have requirement to attache my ECS Margate task to as VPC and security group, and didn't find configuration for VPC network for task definition
- Hi, two months ago I deployed this AWS solution for a cloudfront secure static site: https://github.com/aws-samples/amazon-cloudfront-secure-static-site . The deployment succeeded and my website works...
- Hi, We need advice on the best-practice AWS architecture for a long-running async process. Our application stack: - Frontend: Vite React, hosted on S3 static hosting + CloudFront - Backend: Python ...
- I have a lambda lambdaA with execution role lambdaA-role-123 and its logs are getting created in CloudWatch group /aws/lambda/lambdaA Then, I created a new lambdaB but I have used the same existing ex...
- 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 have a public hosted zone with an A record at `apigateway.example.com` pointing to an API Gateway custom domain. We need to create a private hosted zone for the parent domain `example.com` in our V...
- 'MemorySize' value failed to satisfy constraint: Member must have value less than or equal to 3008 I need the account-level memory quota raised to 4096 MB in us-east-2. Use case: I am running a U2-N...
Recent Knowledge Center content
see all1 / 18
Recent articles
see all1 / 18
- AWS OFFICIALUpdated 22 days ago0 votes329 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 votes222 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 votes195 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 votes163 viewsThis article shows you how to integrate PagerDuty with AWS Incident Detection and Response to improve your incident management capabilities.
- AWS OFFICIALUpdated a month ago0 votes148 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 a month ago0 votes195 viewsPart 1 of this article explains why traditional operations don’t work for AI, and how your organization can build operational confidence.
- AJAYASUPPORT ENGINEERpublished a month ago2 votes405 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 a month ago1 votes66 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 votes78 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 votes43 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 votes74 viewsGuidance to design SPA for blue/green deployments
- Henrique SantanaEXPERTpublished 2 months ago0 votes43 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 votes54 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 ...
- Henrique SantanaEXPERTpublished 2 months ago0 votes53 viewsSession 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...
- AWS OFFICIALUpdated 2 months ago0 votes110 viewsThis solution shows how you can integrate New Relic with Incident Detection and Response.
- Henrique SantanaEXPERTpublished 2 months ago0 votes73 viewsEvery 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 SantanaEXPERTpublished 2 months ago0 votes104 viewsMulti-agent AI systems are reaching production faster than teams can build the trust to run them fully autonomously. This session provides a practical framework for where human oversight fits in agent...
- Henrique SantanaEXPERTpublished 2 months ago0 votes72 viewsGrowing 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...
Recent selections
see all1 / 7
- Henrique SantanaEXPERTpublished 3 months ago1 votes318 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 3 months ago0 votes369 viewsThis spotlight on Amazon EventBridge equips you with the skills and troubleshooting tips to get the most out of a scalable service.
- AWS OfficialEXPERTpublished 3 months ago0 votes263 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 votes518 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 a year ago1 votes702 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.2K 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
