Skip to content

Releases: mikepatrick/api-gateway-stage-tag-plugin

Better split stacks support.

15 Feb 19:17
Compare
Choose a tag to compare

Fixes TypeError issue when using serverless-plugin-split-stacks in a mode other than perType.

Closes #5 . See PR #4 .

Thanks to @dorbsz for the PR!

Fix peer dependency.

13 Sep 17:03
Compare
Choose a tag to compare

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.

01 Mar 12:58
Compare
Choose a tag to compare

Support use with serverless-plugin-split-stacks

14 Aug 22:54
Compare
Choose a tag to compare

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.

29 Jul 12:54
Compare
Choose a tag to compare

Explicitly pull credentials from the aws provider, and use them to construct SDK service objects.

Thanks go to @SeanStewart37 for this contribution!

Initial release

25 Jan 23:30
Compare
Choose a tag to compare

Lightly tested, mother approved.