@go-to-k/cdkd 0.47.0 → 0.48.0

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.
Binary file
package/dist/index.js CHANGED
@@ -8336,8 +8336,7 @@ var IAMRoleProvider = class {
8336
8336
  marker = tagsResp.Marker;
8337
8337
  }
8338
8338
  const tags = normalizeAwsTagsToCfn(collected);
8339
- if (tags.length > 0)
8340
- result["Tags"] = tags;
8339
+ result["Tags"] = tags;
8341
8340
  } catch (err) {
8342
8341
  if (!(err instanceof NoSuchEntityException))
8343
8342
  throw err;