This PR makes basti cleanup command only delete resources in the region for which it was invoked. Previously, all IAM resources were cleaned up since IAM is a global AWS service.
The path is also added in Basti CDK.
Related Issues/PRs
104
Checklist
[x] I cleaned up my code.
[x] All the tests and checks passed (npm run test).
[x] I have added necessary documentation and/or updated existing documentation.
[x] I have added or modified tests to cover the changes.
Proposed Changes
This PR makes
basti cleanup
command only delete resources in the region for which it was invoked. Previously, all IAM resources were cleaned up since IAM is a global AWS service.The path is also added in Basti CDK.
Related Issues/PRs
104
Checklist
npm run test
).