agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

Improve first time setup documentation #18

Closed ricardosllm closed 5 years ago

ricardosllm commented 5 years ago

First of all thanks for the great plugin, just what I was looking for.

I had some minor issue while setting this up on an existing project, where creating a new layers only bucket is easier, and got confused with the #required! comment, after looking at some of the closed issues I saw I can just define layersDeploymentBucket which was more convenient for my projects

Besides that just a suggestion to provide what is the other expected value for packageManager as I had to look through the source for it, again a minor issue but might help new comers to the plugin

agutoli commented 5 years ago

Hi @ricardosllm, I appreciate your feedback. Thanks for that!

So, I just make some improvements to README.md. Let me know if it is better or if can I change something more.

https://github.com/agutoli/serverless-layers/blob/master/README.md

kindly.

Bruno Agutoli