aws-samples / aws-net-guides

.NET Developer step by step guides for building solutions on AWS
Apache License 2.0
254 stars 92 forks source link

Deprecated Lambda runtime #23

Open nmoutschen opened 4 years ago

nmoutschen commented 4 years ago

Hey!

I did an automated check for deprecated Lambda runtimes and it seems this project uses the dotnetcore2.0 runtime, which is deprecated since May 2019. If this is using a deprecated runtime, this means that users won't be able to deploy that specific section.

Using grep -nr dotnetcore2.0 *:

Serverless/Serverless Web App with React, DynamoDb, and X-Ray/serverless.template:18:        "Runtime": "dotnetcore2.0",
Serverless/Serverless Web App with React, DynamoDb, and X-Ray/serverless.template:45:        "Runtime": "dotnetcore2.0",
stevejroberts commented 3 years ago

Apologies for the length of time it's taken someone to engage on this repo and issue. As part of a wholesale review of all these guides, it appears this one either needs to be retired or completely rewritten. It's now in a backlog waiting to be addressed (one way or another).