Skip to content

Commit c9fa17c

Browse files
authored
Merge pull request #18 from koneru9999/develop
fix: add missing name
2 parents 1837825 + 4cd155d commit c9fa17c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/policies/cloudwatch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export class LambdaCloudWatchPolicy extends pulumi.ComponentResource {
3030
this.policy = new aws.iam.Policy(
3131
name,
3232
{
33+
name,
3334
description: `IAM policy for logging from ${lambdaName} lambda`,
3435
policy: {
3536
Version: '2012-10-17',

0 commit comments

Comments
 (0)