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
When trying to use Python code inline via zipFile, I get the following error:
The Function "myfunction" is invalid: spec.code.zipFile: Invalid value: "def lambda_handler(event, context):\n print('hello world')\n": spec.code.zipFile in body must be of type byte: "def lambda_handler(event, context):\n print('hello world')\n"
When trying to use Python code inline via
zipFile
, I get the following error:My Function YAML:
The text was updated successfully, but these errors were encountered: