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…
Build a real-time data streaming system with Amazon Kinesis Data Streams – Lab 97
An application uploads text files to S3 Bucket. Whenever a file is uploaded to the bucket a Lambda function get triggered. Lambda function reads the…
AWS IoT – ESP32-CAM and Rekognition – Lab 98
In this lab an ESP32 with camera will connect to IoT Core, subscribe to a topic, obtain pre-sign url to S3 object for an upload,…