doctorray117 / minecraft-ondemand

Templates to deploy a serverless Minecraft Server on demand in AWS
Apache License 2.0
1.72k stars 119 forks source link

NodeJS 12.x Runtime no Longer supported #66

Closed kschroed closed 1 year ago

kschroed commented 1 year ago

Cloudformation Error: Resource handler returned message: "The runtime parameter of nodejs12.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs18.x)

Simonoob commented 1 year ago

AWS cdk is outdated I solved by upgrading aws-cdk-lib to version 2.38.0. Just change the dependency version in cdk/package.json and run npm install again.