Skip to content

Commit 0eccbd4

Browse files
committed
Remove missing context values check
1 parent 94885a3 commit 0eccbd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cdk/bin/EpsAssistMeApp.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const commit = app.node.tryGetContext("commitId")
2020

2121
console.log("CDK context:", {accountId, stackName, version, commit})
2222

23-
if (!accountId || !stackName || !version || !commit) {
24-
throw new Error(`Missing required CDK context values: ${JSON.stringify({accountId, stackName, version, commit})}`)
25-
}
26-
2723
Aspects.of(app).add(new AwsSolutionsChecks({verbose: true}))
2824

2925
Tags.of(app).add("cdkApp", "EpsAssistMe")

0 commit comments

Comments
 (0)