From 4cd155dbb64c21a9cb53b015af214750b4f7be6e Mon Sep 17 00:00:00 2001 From: Venkaiah Chowdary Koneru Date: Thu, 19 Nov 2020 23:25:11 +0100 Subject: [PATCH] fix: add missing name --- src/components/policies/cloudwatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/policies/cloudwatch.ts b/src/components/policies/cloudwatch.ts index 8b159ad..77a428b 100644 --- a/src/components/policies/cloudwatch.ts +++ b/src/components/policies/cloudwatch.ts @@ -30,6 +30,7 @@ export class LambdaCloudWatchPolicy extends pulumi.ComponentResource { this.policy = new aws.iam.Policy( name, { + name, description: `IAM policy for logging from ${lambdaName} lambda`, policy: { Version: '2012-10-17',