Skip to content

Add serverless-lambda-layer-packager#291

Merged
eahefnawy merged 1 commit into
serverless:masterfrom
bramhoven:master
Sep 24, 2019
Merged

Add serverless-lambda-layer-packager#291
eahefnawy merged 1 commit into
serverless:masterfrom
bramhoven:master

Conversation

@bramhoven
Copy link
Copy Markdown
Contributor

This Serverless plugin allows you to maintain your normal project structure when developing your Lambda Layer, and you do not have to think about it getting packaged in the correct folder.

Let's say you are making a Python Lambda function with a Python layer, that layer's code will have to be put inside a python/{packagename} folder inside your layer's zip file. This python folder clutters up your workspace and with this plugin, you do not have to think about it. It will put your code inside the correct folder when Serverless packages your layer.

Copy link
Copy Markdown
Contributor

@eahefnawy eahefnawy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sharing @bramhoven 😊

@eahefnawy eahefnawy merged commit c45e452 into serverless:master Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants