Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda Integration #120

Open
raunakdoesdev opened this issue May 4, 2024 · 1 comment
Open

AWS Lambda Integration #120

raunakdoesdev opened this issue May 4, 2024 · 1 comment

Comments

@raunakdoesdev
Copy link

Description

Datadog gives me the following dashboard for AWS lambda invocations:
CleanShot 2024-05-04 at 09 55 48@2x

It's very helpful for debugging issues with my lambda running out of time, having very high cold starts, or running out of memory.

I imagine a logfire span-esque visualization for the Lambda invocations. This, combined with the existing FastAPI integration would be godly. Would be able to see all of the logs I want in one place :)

The issue is the implementation for this may not be that easy. Datadog installs some kind of additional binary and a handler that wraps the default Lambda handler to make this work: https://docs.datadoghq.com/serverless/aws_lambda/installation/python/?tab=terraform

Best of luck and let me know if I can help with this in any way!

@samuelcolvin
Copy link
Member

Thanks so much, I'll discuss with the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants