The runtime parameter of dotnetcore3.1 is no longer supported for creating or updating AWS Lambda functions

0

Hi All,

Any method can bypass this error to update my lambda? because i got lot lambda for my task. Thanks

If I need to migrate to .NET 6 i just change the version or anything i need to be aware? Thanks

HQ_NG
asked 10 months ago255 views
1 Answer
0

You can manually increase the version.
However, we recommend that you test that the code used in the function is still available in the new version before upgrading from the old version to the new version.
It is also recommended by AWS that runtime versioning be set to Auto.
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html

profile picture
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions