jacob-meacham / serverless-plugin-bind-deployment-id

:link: Serverless plugin to bind the randomly generated deployment id to custom resources
MIT License
33 stars 7 forks source link

Support replacing deployment ID in resource extensions #25

Closed glb closed 4 years ago

glb commented 4 years ago

In https://github.com/serverless/serverless/issues/6575 @medikoo has proposed the idea of "resource extensions" which behave a little more predictably than the merging that happens with resources.Resources.

I'd like to extend serverless-plugin-bind-deployment-id to work with this new feature; it looks like it would be a fairly straightforward addition.

Would you consider accepting a PR that does this?