Skip to content

Commit 7945134

Browse files
committed
Setting Java as default pipeline mode
1 parent 3cc90fe commit 7945134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {ApplicationRuntime} from "./constructs/application-runtime";
22

3-
export const APPLICATION_NAME = "kinesis-analytics-application-python"
4-
export const BUILD_FOR_RUNTIME = ApplicationRuntime.PYTHON
3+
export const APPLICATION_NAME = "kinesis-analytics-application"
4+
export const BUILD_FOR_RUNTIME = ApplicationRuntime.JAVA
55
export const SOURCE_CODE_ZIP = "automate-deployment-and-version-update-of-kda-application-main.zip"
66
export const ASSET_BUCKET_EXPORT_NAME = "Blog::Artifact::BucketName"

0 commit comments

Comments
 (0)