How to get access to Lamba logs #8045
Answered
by
bblommers
RajasGujarathi
asked this question in
Q&A
-
moto version - 5.0.13I am invoking a Lambda (mocked), how to get access to Lambda logs? |
Beta Was this translation helpful? Give feedback.
Answered by
bblommers
Aug 28, 2024
Replies: 1 comment
-
Logs are stored in CloudWatch, just like they are in AWS. In our tests we use the following code to get the results from an asyncronous invocation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RajasGujarathi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Logs are stored in CloudWatch, just like they are in AWS. In our tests we use the following code to get the results from an asyncronous invocation: