Skip to content

Releases: tveal/serverless-resource-tagging-plugin

v1.2.0

18 Oct 17:25
fb6d5a0
Compare
Choose a tag to compare

Enhance logging

Defaults to info level

custom:
  resourceTagging:
    log: debug # one of [error, warn, info, debug]

v1.1.0

18 Oct 14:44
be03b38
Compare
Choose a tag to compare

Added many more resources per CloudFormation resource properties doc.

Considerations:

  • Some form of "Tags" property
    • watch out for uncommon property names such as "UserPoolTags"
  • Update requires: No interruption
  • format of tags (array vs map)
  • Some resources do not allow tag updates via CloudFormation (see AWS::WAFv2::RuleGroup)

v1.0.0

15 Oct 04:44
Compare
Choose a tag to compare

Initial Release