awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
928 stars 401 forks source link

Switch from provisioned Dynamo to Pay Per Request #336

Open krutisfood opened 4 years ago

krutisfood commented 4 years ago

For lightly used API Portals switching to pay per request will reduce cost of running the API Portal. For users with higher usage will provide better scaling up to meet demand.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

MynockSpit commented 4 years ago

I like it. Maybe we should make this a flag? e.g. By default it's pay per request, but you can change update it to provisioned if you need to.