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
I'm building a free tarot card reading API that serves all 78 tarot card meanings (Major and Minor Arcana) with upright/reversed interpretations. I want to deploy it as a
serverless application on A...
2
answers
0
votes
37
views
asked a month ago
Henrique SantanaEXPERT
published a month ago0 votes75 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 a month ago0 votes43 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...
I have a Python web application running on Lambda. It is using the Lambda Web Adapter as a layer which runs my application and repackages the responses from the end points to API Gateway so that I can...
3
answers
1
votes
42
views
asked a month ago
Henrique SantanaEXPERT
published a month ago0 votes43 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 a month ago0 votes54 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 ...

AWS OFFICIALUpdated a month ago0 votes106 views
This solution shows how you can integrate New Relic with Incident Detection and Response.
Henrique SantanaEXPERT
published a month ago0 votes73 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 a month ago0 votes104 views
Multi-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 SantanaEXPERT
published a month ago0 votes72 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 a month ago0 votes55 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...
Hi AWS community,
I've been working on airline real-time architectures and exploring a gap I keep running into: most AWS stacks handle ingestion and event orchestration well — Kinesis, EventBridge, L...
1
answers
0
votes
43
views
asked 2 months ago