Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 200-install.md #1345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

direnakkoc
Copy link

The workshop started with aws-cdk-lib==2.128.0 version then when it came to install cdk-dynamo-table-view suddenly the aws-cdk-lib upgraded to 2.37.0 which is not compatible with python version 3.10.X. It's better to downgrade it.

Also, you are using 0.2.0 version for cdk-dynamo-table-view module which uses "Runtime": "nodejs12.x" and nodejs12 is deprecated. I installed 0.2.488 version for cdk-dynamo-table-view so now I can deploy the stack seamlessly.

FYI, I'm using PYTHON_3_10 for lambda runtime as the PYTHON_3_7 is also deprecated.

It's better also to upgrade lambda runtime, please. Could you please update the doc for other fellows too?

Fixes #


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 License.

The workshop started with `aws-cdk-lib==2.128.0` version then when it came to install `cdk-dynamo-table-view` suddenly the `aws-cdk-lib` upgraded to `2.37.0` which is not compatible with python version 3.10.X. It's better to downgrade it.

Also, you are using `0.2.0` version for `cdk-dynamo-table-view` module which uses` "Runtime": "nodejs12.x"` and nodejs12 is deprecated. I installed `0.2.488` version for `cdk-dynamo-table-view` so now I can deploy the stack seamlessly.

FYI, I'm using PYTHON_3_10 for lambda runtime as the PYTHON_3_7 is also deprecated.

It's better also to upgrade lambda runtime, please.
Could you please update the doc for other fellows too?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant