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 90eac56 commit 37f6895Copy full SHA for 37f6895
infrastructure-cdk/lib/application-stack.ts
@@ -29,6 +29,7 @@ export class ApplicationStack extends Stack {
29
stream.grantWrite(dataSourceFn);
30
31
const application = new kda.Application(this, 'app', {
32
+ applicationName: APPLICATION_NAME,
33
code: kda.ApplicationCode.fromBucket(assetBucket, "jars/" + APPLICATION_NAME + "-latest.jar"),
34
runtime: kda.Runtime.FLINK_1_13,
35
propertyGroups: {
0 commit comments