You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",
The text was updated successfully, but these errors were encountered:
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).
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 *
:The text was updated successfully, but these errors were encountered: