Structured Logging in a stack that has Lambda and containerized services #289
Unanswered
ssathasivanACR
asked this question in
General
Replies: 2 comments 3 replies
-
Hi @ssathasivanACR , Powertools could be a good option, and you raise a good point on maintaining consistency across services running inside or outside Lambda. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @hjgraca , Is this something that is being discussed with in AWS Regards |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
We have an architecture - REST APIs (implemented as API Gateway + Lambda) and worker processes (ECS /Fargate , SQS/Lambda, Event Bridge/SQS/Lambda).
For the Lambda part f the stack, we would like to use .NET Power tool for logging. In order to implement structured logging in worker processes (ECS /Fargate), is it recommended to use .NET Power tools, so that log structure remains consistent across microservices.
Regards
Sabarish
Beta Was this translation helpful? Give feedback.
All reactions