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

Add support for replacing id in resource extensions #26

Closed glb closed 4 years ago

glb commented 4 years ago

The Serverless framework has added support for the resources.extensions block, which has slightly-more-formalized merge behaviour.

This change adds support for replacing the deployment ID in the extensions block.

Fixes #25. Relates to serverless/serverless#6575.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 678853839313f0da854f308ba2dee241d4f31fb8 on glb:25-replace-deployment-id-in-resource-extensions into 84eb60d8919aa9f013c739ee7c2891ea61ea40eb on jacob-meacham:develop.

jacob-meacham commented 4 years ago

Thanks @glb !

glb commented 4 years ago

Thanks @jacob-meacham !