Package Exports
- serverless-tag-cloud-watch-logs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-tag-cloud-watch-logs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
serverless-tag-cloud-watch-logs
Serverless plugin to tag CloudWatchLogs
Installation
Install the plugin via NPM
npm install --save-dev serverless-tag-cloud-watch-logs
Usage
In Serverless template:
custom:
cloudWatchLogsTags:
TagName1: TagValue1
TagName2: TagValue2
plugins:
- serverless-tag-cloud-watch-logs