mod5_Issue sending data through AWS Function #160
Unanswered
uznab16
asked this question in
Hello World
Replies: 2 comments 22 replies
|
Could you include a link to your assignment repo? |
22 replies
|
I didn't attempt it. I wasn't able to extend my course allowance due to some logistics. Thanks for your help though.
…________________________________
From: cendanaf ***@***.***>
Sent: Monday, February 9, 2026 8:50 AM
To: AccelerationConsortium/ac-microcourses ***@***.***>
Cc: Nwabara, Uzoma ***@***.***>; Mention ***@***.***>
Subject: Re: [AccelerationConsortium/ac-microcourses] mod5_Issue sending data through AWS Function (Discussion #160)
Hey has this been resolved?
Increasing the timeout to 30 seconds fixed the 502 error but now I am getting a 500 error as well
—
Reply to this email directly, view it on GitHub<#160 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BLZHDFS4S3WNLKUWYZU5CP34LCNB5AVCNFSM6AAAAAB3UME7BSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNZUGQ4TIMQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
This e-mail may contain privileged or confidential information. If you are not the intended recipient: (1) you may not disclose, use, distribute, copy or rely upon this message or attachment(s); and (2) please notify the sender by reply e-mail, and then delete this message and its attachment(s). Underwriters Laboratories Inc. and its affiliates disclaim all liability for any errors, omissions, corruption or virus in this message or any attachments.
|
0 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
All reactions