Serverless with Lambdabuild, deploy, and manage serverless applications using AWS Lambda and Serverless Framework, covering IAM setup, AWS CLI, Lambda functions, API integrations, environment variables, DynamoDB, and advanced use cases.
4 subjects
Introduction to Serverless FrameworkFoundations and setup for serverless development with AWS Lambda and Serverless Framework.
1 lessons
Serverless Basics and SetupLearn what serverless is, benefits, and initial setup including IAM user creation and AWS CLI configuration.
Variables and Environment ManagementLearn to define and reference variables, secrets, and environment files in Serverless Framework.
1 lessons
Working with Variables and SecretsManage variables for configuration, including nested variables and secret retrieval.
AWS DynamoDB with LambdaDeep dive into AWS DynamoDB concepts and integration with Lambda functions for CRUD operations and streams.
1 lessons
DynamoDB Concepts and IntegrationUnderstand DynamoDB keys, indexes, capacity modes, streams, and implement Lambda CRUD with DynamoDB.
Developing Serverless ApplicationsCreate and run Lambda functions locally and on AWS, understand deployment, events, and API integrations.
2 lessons
Lambda Functions and DeploymentBuilding Lambda functions, running them locally, deploying to AWS, and testing.
Serverless Framework ConceptsExplore additional Serverless Framework concepts, HTTP vs REST APIs, handlers, example projects.