aws-samples / lambda-refarch-mobilebackend

Serverless Reference Architecture for creating a Mobile Backend
Apache License 2.0
587 stars 113 forks source link

Remove node_modules from notes-data-functions #2

Closed willyg302 closed 9 years ago

willyg302 commented 9 years ago

Lambda includes both the aws-sdk and dynamodb-doc by default. There is no need to include it in the .zip, unless you are using features not available in the worker's version of the SDK.

waleoladehin commented 9 years ago

Thanks! I've removed the SDK; I previously was using a feature that wasn't available but it's no longer needed.