Contents
Roadmap info from roadmap website
AWS Lambda
AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It automatically scales, executes code in response to triggers, and charges only for the compute time consumed. Lambda supports multiple programming languages and integrates seamlessly with other AWS services, making it ideal for building microservices, automating tasks, and processing data streams with minimal operational overhead.
Visit the following resources to learn more:
- @official@AWS Lambda Introduction
- @video@AWS Lambda Tutorial: Getting Started with Serverless Computing
- @feed@Explore top posts about AWS
TODO
- Add a Tutorials with two parts, create the infrastructure with terraform and a lambda functions to call an endpoint