https://github.com/brettswift/cdk-ssm-test
testing a possible defect in ssm
https://github.com/brettswift/cdk-ssm-test
Last synced: about 2 months ago
JSON representation
testing a possible defect in ssm
- Host: GitHub
- URL: https://github.com/brettswift/cdk-ssm-test
- Owner: brettswift
- Created: 2020-04-30T21:05:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:12:22.000Z (about 3 years ago)
- Last Synced: 2024-04-14T16:11:58.481Z (about 1 year ago)
- Language: TypeScript
- Size: 741 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Experiment to test CDK ssm behaviour
1. run `./deploy-path-change-test.sh` to test behaviour when an ssm path changes in a stack.
2. run `./deploy-value-change-test.sh` to test behaviour when an ssm value changes in a stack.
3. `./destroy.sh` cleans everything upIt is a good idea to run `./destroy.sh` between each of the tests above.