newrelic / newrelic-lambda-cli

A CLI to install the New Relic AWS Lambda integration and layers.
https://newrelic.com/products/serverless-aws-lambda
Apache License 2.0
47 stars 53 forks source link

feat: adds Python 3.10 to the supported runtime config #241

Closed mbaranovski closed 1 year ago

mbaranovski commented 1 year ago

There's already New Relic AWS Lambda Layer Python 3.10 available - https://layers.newrelic-external.com/ however when installing the layer via:

newrelic-lambda layers install --layer-arn "arn:aws:lambda:us-east-1:451483290750:layer:NewRelicPython310:6"

one is getting Unsupported Lambda runtime for 'arn:aws:lambda:us-east-1:***:function:name-of-lambda-fn': python3.10

Not sure if it's all that's needed for it to start working.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mbaranovski commented 1 year ago

PInging @lrafeei @TimPansino for a review 🙏

TimPansino commented 1 year ago

Thanks @mbaranovski, looks like that fixes the issue đź‘Ť

mbaranovski commented 8 months ago

Who’s maintaining this repo? As a paid NewRelic client I would expect when there’s ARN lambda layer support for let’s say NodeJs 20 that lambda CLI also is updated to support it. Now getting same error but for NodeJs 20.

@TimPansino

umaannamalai commented 8 months ago

Hi @mbaranovski! We have released the newest version of the CLI which includes support for NodeJS 20.