Describe the story
The project currently uses AWS CloudFormation templates to provision the infrastructure resources. Convert these CloudFormation templates to an embedded AWS CDK application.
Acceptance criteria
GIVEN the AWS CDK deployment is initiated
WHEN the deployment completes successfully
THEN all AWS resources are provisioned
WHEN the deployment is unsuccessful
THEN the stacks are rolled back
AND none of the AWS resources are provisioned
Additional context
n/a
Describe the story
The project currently uses AWS CloudFormation templates to provision the infrastructure resources. Convert these CloudFormation templates to an embedded AWS CDK application.
Acceptance criteria
GIVEN the AWS CDK deployment is initiated
WHEN the deployment completes successfully
THEN all AWS resources are provisioned
WHEN the deployment is unsuccessful
THEN the stacks are rolled back
AND none of the AWS resources are provisioned
Additional context
n/a