aws-samples / aws-lambda-fanout

A sample AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.
Apache License 2.0
288 stars 60 forks source link

Include all files in the lib directory #13

Closed mgmarino closed 7 years ago

mgmarino commented 7 years ago

When installing via npm like:

npm install awslabs/aws-lambda-fanout, the transformation.js file was not being included. This PR corrects the error and avoids future similar errors by including the lib directory.