newrelic / newrelic/newrelic-lambda-cli
Support Docker runtime Lambdas
@chaudharysaket is already working on this.
Since Apr 15, 2024.
- Dominant language
- Python
- Stars
- 52
- Forks
- 54
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 3
Description
Summary
Support for Docker runtimes in lambda, currently can't install Lambda monitoring if you have "PackageType": "Image" in your Lambda.
I did not find much information regarding to this, neither warnings I spent all day trying to figure this out and found a couple of posts of people asking this issue. At least it would be nice to add a warning sepcifying that this setup is not compatible with docker images in lambda either in this repo, new relic console, blogs, etc...
Possible Solution
Perhaps instructions installing it inside the docker image that runs in lambda, you could keep the setup in the cli for linking aws accounts, setting roles with required policies, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.