Skip to main content
DevOpsLabTH.dev

Serverless with Lambda and API Gateway

Serverless means running code without managing any servers. Lambda runs a function when an event triggers it and charges only for the milliseconds it runs, and API Gateway is the managed front door that turns HTTP requests into those triggers. Together with a database like DynamoDB they build a whole application with nothing to provision.

Sign in to start the lab