New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-tag-resources

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-tag-resources

Datamart Solution: Tag all aws resources

1.2.47
latest
Source
npm
Version published
Weekly downloads
1.1K
21.14%
Maintainers
0
Weekly downloads
 
Created
Source

serverless-tag-resources

A serverless plugin to tag all resources on AWS

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

then add it in your plugins list:

plugins:
  - serverless-tag-resources

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

Keywords

serverless

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts