A simple TypeScript CDK example that creates a Refactor Spaces:
- Environment
- Application
- Service
- Route
Refactor Spaces accelerates incrementally refactoring applications (strangler-fig) to microservices on AWS.
From the cdk directory:
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template