Skip to content

The runtime parameter of python3.7 is no longer supported #64

@clementrey-dev

Description

@clementrey-dev

Hello,

I am trying to use the project for Forwarding TCP ports over SSH tunnel.

I am trying to deploy the section IAM SSM Setup

While running the command:

cdk -a "$APP" deploy SSH-IAM-SSM-Stack \
  -c sagemaker_role="$SAGEMAKER_ROLE_ARN" \
  -c user_role="$USER_ROLE_ARN"

I am getting the following error L:

6:02:16 PM | CREATE_FAILED        | AWS::Lambda::Function   | TrustRelationshipLambdaTrigger562CEAC4
Resource handler returned message: "The runtime parameter of python3.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use
the new runtime (python3.12) while creating or updating functions. 

Is there a workaround to avoid this issue ?

Regards
Clement

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions