Releases: mikepatrick/api-gateway-stage-tag-plugin
Releases · mikepatrick/api-gateway-stage-tag-plugin
Better split stacks support.
Fix peer dependency.
Peer dependency was listed as aws-sdk-js
. Corrected to aws-sdk
.
Thanks to @timtrinidad for this contribution!
Compatibility with serverless-aws-resource-names plugin.
Thanks to @bblount-schoology for this contribution!
Support use with serverless-plugin-split-stacks
To support use in conjunction with serverless-plugin-split-stacks
, the plugin now:
- Checks to see if this plugin is loaded.
- If it is, it looks for the
APINestedStack
resource, and parses the API stack name out of the physical resource id. - Finally, the API stack is used for the tagging, instead of the root stack.
If the serverless-plugin-split-stacks
plugin is not loaded, this plugin behaves as it did before.
Support non-default credentials.
Explicitly pull credentials from the aws provider, and use them to construct SDK service objects.
Thanks go to @SeanStewart37 for this contribution!
Initial release
Lightly tested, mother approved.