100 days in Cloud Lab 77 Install Python module for Lambda using Cloud9 Services Covered Lambda Cloud9 Lab description For a Lambda function to work…
Create and deploy the application on Elastic Container Service using CodeDeploy and CloudShell – Lab 78
Using the CloudShell CLI create a ECS Cluster and deploy an app onto it using CodeDeploy. Create an Application Load Balancer to distribute traffic to…
Using SAM update Lambda functions with CodeDeploy – Lab 81
Using SAM deploy new version of Lambda using CodeDeploy. The CodeDeploy Canary Deployment will shift 10% of traffic for 10 minutes to new alias of…
Triggering Lambda function and processing SQS messages to S3 – Lab 82
The purpose of this lab is to create a chain of events. Messages send to a SQS Queue will trigger a Lambda function that will…
Website visitors counter backed with API Gateway, Lambda and DynamoDB – Part Two
I’ll continue on my previous lab here. I already set-up a DynamoDB table, Lambda function and API Gateway, now it’s time to write a little…
Website visitors counter backed with API Gateway, Lambda, and DynamoDB – Lab 87
In this lab I will create a backend of a website counter. It’ll be backed with DynamoDB table, Lambda function and calls made to API.…
DynamoDB Streams triggers Lambda function and save file to S3 bucket – Lab 88
In this lab a DynamoDB table will be created and some item put in. Then S3 bucket will be created as destination for files generated…
Building a REST API Gateway with path and query string parameters – Lab 89
Building a REST API Gateway with path and query string parameters Lab 89 Services Covered Amazon API Gateway Lambda Lab description This lab practice’s on…
CloudWatch event for RDS backup to DynamoDB – Lab 95
Purpose of this lab is to create an CloudWatch Event Rule that will trigger the Lambda function on a schedule. Lambdas code will query RDS…
Running Lambda on a schedule – Lab 96
Purpose of this lab is to create an CloudWatch Event Rule that will trigger the Lambda function on a schedule. Lab 96 Services Covered EC2…