aws-amplify / aws-amplify/amplify-cli
Set DynamoDBBillingMode and IOPS parameters per environment
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
**Is your feature request related to a problem? Please describe.**
I need to be able to set DynamoDBBillingMode and its related IOPS parameters on a per environment basis. Currently these are set in the parameters.json which sets them on the whole API for every environment.
For example our DEV environment only requires PROVISIONED and 1 Read/Write IOPS. Whereas in PRD we would prefer to set this to PAY_PER_REQUEST (or potentially PROVISIONED with higher IOPS).
**Describe the solution you'd like**
Set the parameters for DynamoDBBillingMode, DynamoDBModelTableReadIOPS, DynamoDBModelTableWriteIOPS in the team-provider-info.json so it can be done per environment instead of the parameters.json.
Contributor guide
Assessment
This issue has not been assessed yet.