Clarifai / lambdafai

Lambdafai is a simple framework for building and deploying REST APIs using AWS Lambda, API Gateway, DynamoDB, and S3.
MIT License
37 stars 4 forks source link

Configurable read/write for DynamoDB #51

Open dankantor opened 8 years ago

dankantor commented 8 years ago

I see this params.ProvisionedThroughput = { ReadCapacityUnits: 1, WriteCapacityUnits: 1 };. Can this be made configurable?