We will use the AWS CDK in Typescript to create a Lambda function and its resources, and schedule it at specific intervals. We will use this lambda to perform regular database backups of a server outside of AWS.
Resources for Cloud
Third-party infrastructure
Courses

Episodes

We explain how the project will be structured and what we are trying to accomplish: a cron process running on AWS Lambda to backup an external server.
• AWS Lambda
• AWS Cloudformation
• AWS CDK
• AWS S3
• AWS Lambda
• AWS Cloudformation
• AWS CDK
• AWS S3
Short Videos

A step by step example of how to create an s3 bucket that autodeletes when we run cdk destroy, using Typescript