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 3cc90fe commit 7945134Copy full SHA for 7945134
infrastructure-cdk/lib/shared-vars.ts
@@ -1,6 +1,6 @@
1
import {ApplicationRuntime} from "./constructs/application-runtime";
2
3
-export const APPLICATION_NAME = "kinesis-analytics-application-python"
4
-export const BUILD_FOR_RUNTIME = ApplicationRuntime.PYTHON
+export const APPLICATION_NAME = "kinesis-analytics-application"
+export const BUILD_FOR_RUNTIME = ApplicationRuntime.JAVA
5
export const SOURCE_CODE_ZIP = "automate-deployment-and-version-update-of-kda-application-main.zip"
6
export const ASSET_BUCKET_EXPORT_NAME = "Blog::Artifact::BucketName"
0 commit comments