We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271aed4 commit 71a7e74Copy full SHA for 71a7e74
lib/cdk-stack.ts
@@ -13,7 +13,7 @@ export class CdkStack extends cdk.Stack {
13
14
// The lambda function
15
const playLambda = new lambda.Function(this, "playLambda", {
16
- description: "Lambda function that pulls will be triggered",
+ description: "Lambda function that will be triggered",
17
handler: "playLambda.handler",
18
runtime: lambda.Runtime.NODEJS_14_X,
19
code: lambda.Code.fromInline(`
0 commit comments