Skip to content

Commit 37f6895

Browse files
committed
Sync application name
1 parent 90eac56 commit 37f6895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure-cdk/lib/application-stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class ApplicationStack extends Stack {
2929
stream.grantWrite(dataSourceFn);
3030

3131
const application = new kda.Application(this, 'app', {
32+
applicationName: APPLICATION_NAME,
3233
code: kda.ApplicationCode.fromBucket(assetBucket, "jars/" + APPLICATION_NAME + "-latest.jar"),
3334
runtime: kda.Runtime.FLINK_1_13,
3435
propertyGroups: {

0 commit comments

Comments
 (0)