
Learn to create and configure an AWS lambda function, specify the runtime and execution role, wire it to CloudWatch logs, and test a simple hello world example.
Explore how AWS Lambda integrates with CloudWatch to monitor invocations, duration, and errors, and review logs via CloudWatch Logs with log groups and log streams.
Connects S3 bucket events to Lambda functions to process new objects. Learn to configure events, update execution roles, and view results in CloudWatch.
Learn to instrument AWS Lambda with AWS X-Ray to generate service maps and traces, measure initialization and invocation times, and visualize calls to S3, DynamoDB, or a relational database.
Learn how to include external modules in AWS Lambda by packaging dependencies locally with npm install, then zipping and uploading to Lambda, and testing your function.
Define a simple AWS Lambda function and integrate it with API Gateway to read data from DynamoDB and return it through the API Gateway, with CloudWatch logs for debugging.
Explore API gateway configuration options—caching, throttling, security (web application firewall, client certs), logs, tracing, stage variables, SDK generation, and exporting to Swagger or OpenAPI 3, plus deployment history and metrics.
Demonstrate building a simple web app with api gateway, lambda, and dynamodb to fetch course data and display it on a dynamic page, with cors enabled and post testing.
Learn how to create, deploy, and manage Lambda functions; how to create API's with Lambda function and API Gateway; how to trigger Lambda function and more.
Check out the list of topics below that are covered in the AWS Lambda & API Gateway Training course:
Introduction
Course Introduction
Introduction to AWS Lambda
Lab - AWS Lambda
Lab - Event Data
Lab - Integration with Cloudwatch
Working with the Simple Storage Service
Lab - S3 Refresher
Lab - IAM Refresher
Lab - Events with the Simple Storage Service
Working with the DynamoDB Service
Lab - DynamoDB Refresher
Lab - AWS Lambda and DynamoDB
Lab - AWS Lambda and DynamoDB - Part 2
AWS Lambda key aspects
Lab - AWS Lambda - Environment Variables
Lab - Lamba - Versioning and ALIAS
Lab - AWS X-Ray
Lab - Serverless Application Model
Lab - AWS Lambda - Modules
Lab - AWS Lambda - AWS RDS
The AWS API Gateway service
Introduction to the API Gateway service
Lab - Our First API
Lab - API Gateway and AWS Lambda
Working with API Gateway Methods
Lab - API Gateway - Query String Parameters
Lab - API Gateway - POST Method
Lab - API Gateway - Configuration
Lab - Using the POSTMAN Tool
API Gateway Security and other services
Lab - API Gateway - API Keys
Lab - API Gateway - Lambda Authorizer
Lab - API Gateway - SNS Service
An end to end example
Lab - A Simple Application Example