How can I use logging in Python and have it registered in AWS CloudWatch #544
Unanswered
gabrielmpaula
asked this question in
Q&A
Replies: 1 comment
-
Jus send the logs to the console (stdout/stderr). Lambda will collect them and send to CloudWatch Logs automatically. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have been using Lambda Adapter to create a Lambda Function with streaming response, however I haven't been able to successfully configure the logging module in Python and print it in AWS CloudWatch. Do you know how can I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions