Skip to content

Commit 242ff2c

Browse files
committed
pyfiles dependencies path fix
1 parent be4a9aa commit 242ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure-cdk/lib/application-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class ApplicationStack extends Stack {
4848
binaryPath = "python-binaries/" + APPLICATION_NAME + "-latest.zip";
4949
propertyGroups["kinesis.analytics.flink.run.options"] = {
5050
"python": "app.py",
51-
"pyFiles": "dependencies"
51+
"pyFiles": "dependencies/"
5252
};
5353
if (appProps.jarfile) {
5454
propertyGroups["kinesis.analytics.flink.run.options"]["jarfile"] = appProps.jarfile;

0 commit comments

Comments
 (0)