1.4.4 • Published 8 months ago

serverless-tag-resources-oss v1.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

serverless-tag-resources-oss

A serverless plugin to tag all resources on AWS

NPM Version NPM Downloads

This is a clone of the serverless-tag-resources as open-source

Features

  • Tag all resources created by serverless
  • Tag all resources specified on resources section
  • Fix tags on dict based tag specification resources like AWS::SSM::Parameter
  • Add Resource tag automatically, setting LogicalID as value
  • Add Stage tag automatically

Instalation

npm i serverless-tag-resources-oss

then add it in your plugins list:

plugins:
  - serverless-tag-resources-oss

Tags Configuration

Using the tags configuration makes it possible to add key / value tags on all AWS Resources.

This plugin use stackTags values from provider specification.

  stackTags:
    Component: ${self:service}
    Scheduled: no
    Scope: protected
    Developer: ysaborit
    Customer: Common

License

MIT

1.4.4

8 months ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.4.0

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago