lambdafai
lambdafai copied to clipboard
Lambdafai is a simple framework for building and deploying REST APIs using AWS Lambda, API Gateway, DynamoDB, and S3.
Would be great to support all the possible lambda event sources. My priority would be cronjobs then dynamo streams.
The IAM user executing this will need certain permissions. We should list these in the docs somewhere.
``` bash Deploying to stage: dev BadRequestException: The REST API doesn't contain any methods at Object.extractError (/Users/dankantor/work/bizops/ops-lambda/node_modules/lambdafai/node_modules/aws-sdk/lib/protocol/json.js:43:27) at Request.extractError (/Users/dankantor/work/bizops/ops-lambda/node_modules/lambdafai/node_modules/aws-sdk/lib/protocol/rest_json.js:37:8) at Request.callListeners (/Users/dankantor/work/bizops/ops-lambda/node_modules/lambdafai/node_modules/aws-sdk/lib/sequential_executor.js:105:20) at Request.emit (/Users/dankantor/work/bizops/ops-lambda/node_modules/lambdafai/node_modules/aws-sdk/lib/sequential_executor.js:77:10) at Request.emit (/Users/dankantor/work/bizops/ops-lambda/node_modules/lambdafai/node_modules/aws-sdk/lib/request.js:596:14) at...
I see this `params.ProvisionedThroughput = { ReadCapacityUnits: 1, WriteCapacityUnits: 1 };`. Can this be made configurable?