This repository stores some examples of AWS service quotas monitor.
Run npm ci to install dependencies.
npm ci
npm t
npm run package
You can use this command locally to deploy the service to AWS.
Before to deploy set the deploymentBucket > name property in serverless.yml
Note: In order to work, you have to have AWS credentials set.
npm run deploy --stage test
https://theindiecoder.cloud/posts/reliability-pillar-manage-service-quotas-and-constraints/