iot-application
iot-application copied to clipboard
fix: add bootstrap command back to deploy command
Description
- When adding deployment choice feature I accidentally removed the bootstrap command. This change adds it back. This makes it so the cdk bootstrap command is ran automatically for deployment; the step is skipped if bootstrapping has already been done.
Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
- [X] Ran
yarn deploy
and validated bootstrap is ran and bootstraps environment if not already done
Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
Legal
This project is available under the Apache 2.0 License.