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

Lambda function as a Docker Image? #270

Open
juanmarin96 opened this issue Aug 23, 2022 · 4 comments
Open

Lambda function as a Docker Image? #270

juanmarin96 opened this issue Aug 23, 2022 · 4 comments

Comments

@juanmarin96
Copy link

Does the plugin work with lambda functions deployed as a Docker Image?

@mrickard
Copy link
Member

We haven't tested the plugin with Lambda functions deployed as Docker images, and I'd suspect that it'd throw errors.

On the other hand, customers have installed our agent/extension layers (https://layers.newrelic-external.com/) into Lambdas deployed as Docker images, following the procedure outlined by AWS here: https://docs.aws.amazon.com/lambda/latest/dg/images-create.html. You'd want to be careful to set the handler value and environment variables correctly.

@cabal-daniel
Copy link

Yeah this project doesn't work with images. Which is unfortunate as only images are able to support 10G size on AWS. I hope it gets planned soon.

@workato-integration
Copy link

@chistyakov
Copy link

I'd like to propose the addition of Docker images pre-integrated with NewRelic's Lambda layer. At present, our team finds itself consistently building and hosting our own Docker images whenever there's a new version of the Lambda layer. This process can be quite cumbersome.

I've observed that NewRelic's competitor, Sentry, offers this convenience for their users. Here's a reference to how they've implemented it: Sentry AWS Lambda Container Image Documentation.

Providing such a feature would greatly streamline our deployment process and enhance user experience. I believe other users would benefit from this addition as well.

Thank you for considering this enhancement!

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

5 participants