Buld Test pipeline
udondan opened this issue · 1 comments
udondan commented
Should have a test target in Makefile.
In test/cdk we have a cdk app which will deploy two stacks. Stack A has two buckets, stack B is empty.
The test target should:
- deploy the CDK app
- run the tool and migrate both buckets from A to B
- cdk diff should report changes
- migrate both resources back from stack B to A
- cdk diff should report no changes
- cdk DESTROY