All Content tagged with AWS Lambda
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
5005 results
Henrique SantanaEXPERT
published 2 months ago0 votes60 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 2 months ago0 votes92 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....
As Python UDF support is getting deprecated in AWS redshift, I moved a simple python UDF function into a lambda function, and setup the lambda UDF as follows (on our serverless redshift cluster)
```
...
2
answers
0
votes
64
views
asked 2 months ago
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...
1
answers
0
votes
58
views
asked 2 months ago

AWS OFFICIALUpdated 2 months ago0 votes173 views
This article guides you on how to use Amazon GuardDuty to identify and mitigate cryptocurrency mining threats in your AWS environment. You'll learn about GuardDuty's specialized detection capabilities...
Hi AWS community,
We are using **API Gateway REST API with Lambda proxy integration**. When our Lambda function throttles due to concurrency limits, it returns **HTTP 429 TooManyRequestsException**. ...
2
answers
0
votes
73
views
asked 2 months ago
I have created several private REST APIs in the Tokyo region, and the backend is configured to invoke a Lambda function that runs batch jobs. In this scenario, I would like to understand what the maxi...
1
answers
0
votes
156
views
asked 2 months ago
I'm currently migrating a project from a step function to a durable function and hit an annoying snag. Since durable functions require pinned versions, deploying changes to my stack (implemented in CD...
2
answers
1
votes
54
views
asked 2 months ago
I’m working with Amazon Connect and trying to handle a specific real-time scenario for **chat contacts**.
When an agent is currently handling an active chat and manually changes their status to **Off...
1
answers
0
votes
44
views
asked 2 months ago

AWS OFFICIALUpdated 2 months ago0 votes336 views
This article shows how to build a lightweight automation solution that transforms account access management for AWS Organizations that use AWS Identity and Access Management (IAM) users.
Henrique SantanaEXPERT
published 2 months ago0 votes141 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 2 months ago0 votes80 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...