nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
799 stars 43 forks source link

DynamoDB autoscaling #30

Open mwarkentin opened 6 years ago

mwarkentin commented 6 years ago

It'd be interesting to demonstrate how to use DDB autoscaling to provision a 1,1 table but that could burst to 10x throughput without any management from the ops side of the table.

nzoschke commented 6 years ago

This would be a welcome addition to the project for sure!

It would be particularly useful right now as the SAM simple table doesn’t support using parameters for capacity.

nzoschke commented 6 years ago

This might get added upstream: https://github.com/awslabs/serverless-application-model/issues/377