Def feel a little blind with all these functions running in the cloud!
Tharshan
11/17/2021, 8:44 PM
Does this work with nextjs site?
f
Frank
11/17/2021, 8:54 PM
hmm.. it won’t work. Datadog adds a Lambda layer to the functions, and layers aren’t supported by Lambda@Edge functions.
s
Sam Hulick
11/18/2021, 2:53 AM
is Datadog a good option for monitoring a serverless stack? as opposed to just using CloudWatch?
j
Jay
11/18/2021, 3:11 AM
I think @thdxr played with it?
t
thdxr
11/18/2021, 5:04 AM
I don't like any of the solutions but I was happiest with datadog
f
Frank
11/18/2021, 5:05 PM
I think most monitoring services offers 3 things:
• feeding in ur CW and X-Ray data and shows them in a pretty UI
• get notified on error
• wrapping around ur code and shows a more detailed cpu/memory/duration breakdown (at a performance hit i assume?)