AWS Lambda allows you to run applications without managing or provisioning servers. This course covers AWS Lambda, Lambda deployment packages, and Lambda functions and concepts. You will also learn how to access AWS services.
Learning Objectives
Introduction to AWS Lambda
- start the course
- describe AWS Lambda
- create a Lambda deployment package
- create a simple Lambda function
- create an IAM role for your Lambda function
- build a Lambda function by authoring and deploying your code
- identify Lambda function concepts
- configure your Lambda functions
- deploy a serverless application using AWS Lambda
- invoke your Lambda function and view the results
- map an event source to a Lambda function
- identify Lambda function failures
- use AWS Lambda scaling
- use environment variables to create a Lambda function
- use Lambda@Edge to run Lambda functions
- access AWS services from a Lambda function
Practice: Using the AWS Lambda Console
- use the AWS Lambda console