We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1264474 commit a99c843Copy full SHA for a99c843
bin/sample-cdk-source.ts
@@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
4
import { SampleCdkSourceStack } from '../lib/sample-cdk-source-stack';
5
6
const stackName = process.env.STACK_NAME || 'SampleCdkSourceStack';
7
-const queueName = process.env.QueueName;
+const queueName = process.env.QueueName!;
8
const visibilityTimeout = Number(process.env.VisibilityTimeout || 30);
9
10
const app = new cdk.App();
0 commit comments