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.
Articles tagged with Serverless
Build and run applications without thinking about servers
Content language: English
Filter articles
Select tags to filter
Sort by
Sort by most recent
Browse through articles or filter your results using the tools displayed.
40 results
Henrique SantanaEXPERT
published 13 days ago0 votes28 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 13 days ago0 votes29 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 14 days ago0 votes24 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 14 days ago0 votes23 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 14 days ago0 votes29 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 15 days ago0 votes39 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 15 days ago0 votes36 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 15 days ago0 votes32 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 16 days ago0 votes32 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 16 days ago0 votes52 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....
Henrique SantanaEXPERT
published a month ago0 votes68 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...
Henrique SantanaEXPERT
published a month ago0 votes93 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...