Skip to content

Commit 71a7e74

Browse files
committed
Fix description
1 parent 271aed4 commit 71a7e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cdk-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class CdkStack extends cdk.Stack {
1313

1414
// The lambda function
1515
const playLambda = new lambda.Function(this, "playLambda", {
16-
description: "Lambda function that pulls will be triggered",
16+
description: "Lambda function that will be triggered",
1717
handler: "playLambda.handler",
1818
runtime: lambda.Runtime.NODEJS_14_X,
1919
code: lambda.Code.fromInline(`

0 commit comments

Comments
 (0)