Describe the story
The application currently uses AWS CloudFormation to provision AWS resources. Change this approach to use the AWS CDK with TypeScript.
The AWS CDK application should be completely self-contained within a project directory named /infrastructure.
Update the project documentation to replace references to AWS CloudFormation with AWS CDK.
Acceptance criteria
GIVEN the AWS CDK application has been added to the project
WHEN the AWS CDK application is deployed
THEN the infrastructure is provisioned in AWS
AND the application is deployed to AWS
WHEN the AWS CDK is destroyed
THEN the infrastructure is removed from AWS
Additional context
n/a
Describe the story
The application currently uses AWS CloudFormation to provision AWS resources. Change this approach to use the AWS CDK with TypeScript.
The AWS CDK application should be completely self-contained within a project directory named
/infrastructure.Update the project documentation to replace references to AWS CloudFormation with AWS CDK.
Acceptance criteria
GIVEN the AWS CDK application has been added to the project
WHEN the AWS CDK application is deployed
THEN the infrastructure is provisioned in AWS
AND the application is deployed to AWS
WHEN the AWS CDK is destroyed
THEN the infrastructure is removed from AWS
Additional context
n/a