Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with Serverless
Build and run applications without thinking about servers
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
1491 results
Henrique SantanaEXPERT
published 10 days ago0 votes25 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 10 days ago0 votes26 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 11 days ago0 votes18 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 11 days ago0 votes18 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 11 days ago0 votes24 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 12 days ago0 votes35 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 12 days ago0 votes30 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 12 days ago0 votes27 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 13 days ago0 votes29 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 13 days ago0 votes48 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....
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
34
views
asked 16 days ago
Henrique SantanaEXPERT
published 24 days ago0 votes63 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...