serverless-tag-resources 1.2.17 → 1.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -179,6 +179,10 @@ class TagResourcesServerlessPlugin {
179
179
  "AWS::Glue::MLTransform",
180
180
  "AWS::Glue::Trigger",
181
181
  "AWS::Glue::Workflow",
182
+ "AWS::Batch::JobDefinition",
183
+ "AWS::Batch::ComputeEnvironment",
184
+ "AWS::Batch::JobQueue",
185
+ "AWS::Batch::SchedulingPolicy",
182
186
  ];
183
187
 
184
188
  this.otherBasedTypes = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {