Closed mgmarino closed 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.
npm install awslabs/aws-lambda-fanout
transformation.js
lib
When installing via npm like:
npm install awslabs/aws-lambda-fanout
, thetransformation.js
file was not being included. This PR corrects the error and avoids future similar errors by including thelib
directory.