aws-lambda-nodejs-example-project icon indicating copy to clipboard operation
aws-lambda-nodejs-example-project copied to clipboard

An AWS Lambda function in Node.js reading events from Amazon Kinesis and writing event counts to DynamoDB

Results 4 aws-lambda-nodejs-example-project issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.15. Release notes Sourced from lodash's releases. 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion...

dependencies

Great example, thanks. You need to either randomize the S3 bucket name or tell people to prepend it with their name, otherwise script hits error since S3 bucket names are...

The output of my grunt commands: ``` vagrant@aws-lambda-example-project:/vagrant$ grunt init Running "dynamo:default" (dynamo) task { TableDescription: { AttributeDefinitions: [ [Object], [Object], [Object] ], CreationDateTime: Thu Jul 30 2015 20:47:16 GMT+0000...

https://ddbmock.readthedocs.org/en/latest/ Bring up the DynamoDB mock, call the Lambda function with 10 fake events, inspect the contents of the DynamoDB mock.

enhancement