-
Notifications
You must be signed in to change notification settings - Fork 514
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
Custom Resources CloudFormation template Error #9
Comments
And Also this is cloudwatch: [ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'index': invalid syntax (index.py, line 38) |
you are using an older version of the repo. |
do a git pull |
Hello, Sorry but the error at the level of lambda function still persists: [ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'index': invalid syntax (index.py, line 38) |
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [fc1fe86a-b445-4c4e-9cb9-9bce578cbaf4]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version. |
i created a pull request to fix it , the print function is not in python3.9 format so the function fail |
trying to create the stack using customresource.yaml file return the following error:
Resource handler returned message: "The runtime parameter of python2.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.9) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: e284565a-47a7-4711-9228-1fec8795a9d6, Extended Request ID: null)" (RequestToken: c710323d-72f2-80af-f088-8014e0b10247, HandlerErrorCode: InvalidRequest)
The text was updated successfully, but these errors were encountered: