Is there a way to update the lambda function runtime that was created by the S3EventSource using CDK? Otherwise, CLI? Currently, we have it under Python 3.7 and that needs to be upgraded to Python 3.11.
Tried to look for an option to upgrade it to Python 3.11, but it seems that there isn't a way to do that via CDK or CLI.
Updating the CDK version will help to fix the said issue.
aws-cdk
version from the package.json
file.node_modules/
folder in your project directory.npm install
to install the libraries within our package-lock.json
file.