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
Copy file name to clipboardExpand all lines: README.rst
+14
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,20 @@ Under API endpoint type select "API Gateway".
121
121
122
122
Next change Method to ``POST`` and Security to "Open" and click submit (NOTE: you should secure this for use in production, open security is used for demo purposes).
123
123
124
+
At last you need to change the return value of the function to comply with the standard defined for the API Gateway endpoint, the function should now look like this:
0 commit comments