-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added "deadLetter" to the list of valid function properties. #44
base: master
Are you sure you want to change the base?
Conversation
…ess deploy" would not work without this.
I am also getting the configuration warning message: Can this pull request be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct according to serverless documentation: https://www.serverless.com/framework/docs/guides/plugins/custom-configuration#function-properties-via-definefunctionproperties
We want to upgrade to a newer serverless version, to do that, we need to make this change to work with the new serverless dsl. This was taken from the original repo which is no longer maintained and the proposed fix was not merged. gmetzker#44
Hi, why isn't this PR merged? |
It would be great to merge this change and push a new version in npmjs. That could prevent a new version into npmjs. |
@amilliken-bb Maybe you need to add @gmetzker as a reviewer too |
This is to fix the following error:
Configuration error at 'functions.<functionName>': unrecognized property 'deadLetter'