Lambda calling a external HTTP endpoint #8509
Unanswered
RajasGujarathi
asked this question in
Q&A
Replies: 1 comment
-
@bblommers tagging with a hope that something similar is known to you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a Moto Server
and invoking a Lambda function,
The invoked Lambda tries to make a call to an external HTTP endpoint, whose response in this case is mocked. However, Lambda is not getting the correct mocked response. I suspect something to do with the hostname in the mocked response 🤔
I am using the
@responses.activate
to mock the response.The mocked response
However, I get 👇
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions