You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
I try to create AWS ses-bounce-complaint-reports via CloudFormation. It gets some errors related to nodejs (nodejs16.x,nodejs18.x, and nodejs20.x) and python runtime (python3.9).
Hi All,
I try to create AWS ses-bounce-complaint-reports via CloudFormation. It gets some errors related to nodejs (nodejs16.x,nodejs18.x, and nodejs20.x) and python runtime (python3.9).
https://github.com/awslabs/aws-support-tools/blob/master/SES/SESReports/ses-reports.yaml
{ "errorType": "Runtime.ImportModuleError", "errorMessage": "Error: Cannot find module 'aws-sdk'\nRequire stack:\n- /var/task/index.js\n- /var/runtime/index.mjs", "stack": [ "Runtime.ImportModuleError: Error: Cannot find module 'aws-sdk'", "Require stack:", "- /var/task/index.js", "- /var/runtime/index.mjs", " at _loadUserApp (file:///var/runtime/index.mjs:1087:17)", " at async UserFunction.js.module.exports.load (file:///var/runtime/index.mjs:1119:21)", " at async start (file:///var/runtime/index.mjs:1282:23)", " at async file:///var/runtime/index.mjs:1288:1" ] }
[ERROR] Runtime.UserCodeSyntaxError: Syntax error in module 'index': invalid syntax (index.py, line 22) Traceback (most recent call last): File "/var/task/index.py" Line 22 print 'Exception occured :' + str(e)
Could you help me with this case?
Thanks a lot.
The text was updated successfully, but these errors were encountered: