Add to calendar Webinar
How to develop serverless APIs on AWS
This session covers practical patterns for testing serverless APIs end-to-end, from local development and dependency management to catching regressions before they reach production.
Agenda
- The serverless testing problem
- Structuring your handler for testability
- Service caching and dependency management
- Testing your routes locally
- A layered testing strategy
- Key takeaways and Q&A
Key topics
- why AWS Lambda APIs are difficult to test and where teams get stuck;
- how to structure a Lambda handler so that business logic, dependency wiring, and routing concerns stay separate and independently testable;
- how to test endpoints locally – calling your routes with real HTTP requests in tests, validating request and response schemas, and catching regressions without a deployment;
- why serverless APIs are notoriously difficult to test in isolation — the event/context contract, cold start side effects, and the deploy-to-test trap.
Speaker
AWS Lambda
AWS Lambda
Serverless compute for every workloadAWS Lambda lets you run code in response to events without provisioning or managing servers. With automatic scaling and a pay-as-you-go model, you only pay for the compute you use.
Our team can help you design, build, deploy, and maintain cloud-native applications and modernize legacy codebases along the way.
Cloud-native development