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.11 to the supported runtime config #246

Closed KyleOps closed 10 months ago

KyleOps commented 1 year ago

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

newrelic-lambda layers install --layer-arn "arn:aws:lambda:ap-southeast-2:451483290750:layer:NewRelicPython311:4" one is getting Unsupported Lambda runtime for 'arn:aws:lambda:ap-southeast-2:***:function:name-of-lambda-fn': python3.11

Based on previous work such as https://github.com/newrelic/newrelic-lambda-cli/pull/241

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

KyleOps commented 1 year ago

Pinging @lrafeei @TimPansino for a review 🙏