AWS CDK assets consist of local files, directories, or Docker images that represent artifacts required by your application. Assets can either be stored in an Amazon S3 bucket or Amazon ECR repository, both of which are created on your behalf during the CDK bootstrapping process. The AWS CDK is capable of bundling and managing these assets during your stack deployments.
In this lab, you will learn about the two CDK asset types and incorporate one of them in a sample CDK application.
Upon completion of this intermediate-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisite:
April 17th, 2024 - Resolved IAM permission issue
August 16th, 2023 - Remove Node deprecation warning and updated CDK CLI version
March 13th, 2023 - Enabled autosave in the lab's browser IDE