serverless-tag-resources 1.2.25 → 1.2.27

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 +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -30,8 +30,6 @@ class TagResourcesServerlessPlugin {
30
30
  "AWS::Lambda::EventSourceMapping",
31
31
  "AWS::Lambda::LayerVersionPermission",
32
32
  "AWS::Lambda::Url",
33
- "AWS::Lambda::Url",
34
- "AWS::Logs::LogGroup",
35
33
  "AWS::Logs::LogStream",
36
34
  "AWS::Logs::Destination",
37
35
  "AWS::Logs::MetricFilter",
@@ -193,7 +191,7 @@ class TagResourcesServerlessPlugin {
193
191
  ];
194
192
 
195
193
  this.otherBasedTypes = [
196
- "AWS::IAM::Role",
194
+ // "AWS::IAM::Role",
197
195
  "AWS::RDS::DBCluster",
198
196
  "AWS::KinesisFirehose::DeliveryStream",
199
197
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-tag-resources",
3
- "version": "1.2.25",
3
+ "version": "1.2.27",
4
4
  "description": "Datamart Solution: Tag all aws resources",
5
5
  "main": "index.js",
6
6
  "scripts": {