mod5_Issue sending data through AWS Function #160
Unanswered
uznab16
asked this question in
Hello World
Replies: 1 comment 13 replies
-
Could you include a link to your assignment repo? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running into issues with my lambda function. When I test in AWS, I get the follow message:
When I use mongodb_credentials_test.py in my codespaces, I am able to connect to MongoDB fine, but I get the same error for the lambda function that I cannot figure out my way around:
If it helps, I noticed in a different thread that user cjbrew had slightly different error messages for both of these:
(1) they did not have
"File "/var/task/lambda_function.py", line 30, in lambda_handler
payload = json.loads(event["body"])" AND
(2) in their mongodb_credentials_test.py error message, they have something like "UoT_SDL_DB_Main:Tutorial Data" instead of the Function URL like I do
Beta Was this translation helpful? Give feedback.
All reactions