aws-samples / aws-samples/amazon-mwaa-examples
mwaa-public-webserver-custom-domain - unsupported version nodejs
- Dominant language
- Python
- Stars
- 120
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Are there plans to update this repo (usecases/mwaa-public-webserver-custom-domain) with a supported version?
Getting the error below when issuing the sam build
/amazon-mwaa-examples/usecases/mwaa-public-webserver-custom-domain/src/lambd
a-edge/check-auth runtime: nodejs14.x architecture: x86_64 functions: CheckAuthHandler
Building functions with nodejs14.x is no longer supported by AWS SAM CLI, please update to a newer supported runtime.
For more information please check AWS Lambda Runtime Support Policy:
https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html
Build Failed
Error: Building functions with nodejs14.x is no longer supported
Tried updating the node version in template.yaml to nodejs22.x and also tried with nodejs18.x and the build completes; however the deploy does fail at the step : CREATE_FAILED Custom::UserPoolDomainLookup
Contributor guide
Assessment
This issue has not been assessed yet.