Skip to content

Commit

Permalink
Merge pull request #433 from awslabs/fix/dep-errors
Browse files Browse the repository at this point in the history
unset the build_image and upgraded cdk_ecr_deployment package
  • Loading branch information
srinivasreddych authored Apr 2, 2024
2 parents 8019e75 + 1b3d944 commit 4d7268c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
4 changes: 2 additions & 2 deletions modules/sensor-extraction/ros-to-parquet/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws-cdk-lib==2.126.0
cdk-ecr-deployment==3.0.38
cdk-ecr-deployment==3.0.42
cdk-nag==2.12.29
constructs==10.3.0
boto3~=1.24.0
boto3~=1.24.0
8 changes: 3 additions & 5 deletions modules/sensor-extraction/ros-to-parquet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -12,7 +12,7 @@ aws-cdk-asset-awscli-v1==2.2.202
# via aws-cdk-lib
aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.1
aws-cdk-asset-node-proxy-agent-v6==2.0.3
# via aws-cdk-lib
aws-cdk-lib==2.126.0
# via
Expand All @@ -27,7 +27,7 @@ botocore==1.27.96
# s3transfer
cattrs==23.2.3
# via jsii
cdk-ecr-deployment==3.0.38
cdk-ecr-deployment==3.0.42
# via -r requirements.in
cdk-nag==2.12.29
# via -r requirements.in
Expand Down Expand Up @@ -87,5 +87,3 @@ typing-extensions==4.10.0
# jsii
urllib3==1.26.18
# via botocore
zipp==3.18.1
# via importlib-resources
1 change: 0 additions & 1 deletion modules/sensor-extraction/ros-to-parquet/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def __init__(
"RosToParquetURI",
src=DockerImageName(local_image.image_uri),
dest=DockerImageName(image_uri),
build_image="public.ecr.aws/lambda/provided:al2023",
)

policy_statements = [
Expand Down
2 changes: 1 addition & 1 deletion modules/sensor-extraction/ros-to-png/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws-cdk-lib==2.126.0
cdk-ecr-deployment==3.0.38
cdk-ecr-deployment==3.0.42
cdk-nag==2.12.29
constructs==10.3.0
boto3~=1.24.0
8 changes: 3 additions & 5 deletions modules/sensor-extraction/ros-to-png/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile requirements.in
Expand All @@ -12,7 +12,7 @@ aws-cdk-asset-awscli-v1==2.2.202
# via aws-cdk-lib
aws-cdk-asset-kubectl-v20==2.1.2
# via aws-cdk-lib
aws-cdk-asset-node-proxy-agent-v6==2.0.1
aws-cdk-asset-node-proxy-agent-v6==2.0.3
# via aws-cdk-lib
aws-cdk-lib==2.126.0
# via
Expand All @@ -27,7 +27,7 @@ botocore==1.27.96
# s3transfer
cattrs==23.2.3
# via jsii
cdk-ecr-deployment==3.0.38
cdk-ecr-deployment==3.0.42
# via -r requirements.in
cdk-nag==2.12.29
# via -r requirements.in
Expand Down Expand Up @@ -87,5 +87,3 @@ typing-extensions==4.10.0
# jsii
urllib3==1.26.18
# via botocore
zipp==3.18.1
# via importlib-resources
1 change: 0 additions & 1 deletion modules/sensor-extraction/ros-to-png/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def __init__(
"RosToPngURI",
src=DockerImageName(local_image.image_uri),
dest=DockerImageName(image_uri),
build_image="public.ecr.aws/lambda/provided:al2023",
)

policy_statements = [
Expand Down

0 comments on commit 4d7268c

Please sign in to comment.