Skip to content

Commit a5d73bd

Browse files
committed
update path to Dockerfile
1 parent e1065a4 commit a5d73bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

openchallenges/data_integration_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _build_lambda_function(self, role: iam.Role) -> _lambda.Function:
3131
code=_lambda.DockerImageCode.from_image_asset(
3232
# Directory relative to where you execute cdk deploy contains a
3333
# Dockerfile with build instructions.
34-
directory="cdk_docker/data_integration_lambda"
34+
directory="cdk_docker/data-integration-lambda"
3535
),
3636
role=role,
3737
memory_size=128,

0 commit comments

Comments
 (0)