aws-samples / aws-samples/aws-net-guides

Deprecated Lambda runtime

Open
#23 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
255
Forks
97
PR merge metrics
No merged PRs in 30d

Description

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](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html). 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",
```

Contributor guide

Open the contributing guide

Research direction

Inspect Serverless/Serverless Web App with React, DynamoDb, and X-Ray/serverless.template at the two Runtime entries identified by the grep output. Check the AWS Lambda runtime support policy before making the configuration update, then verify that neither deprecated reference remains and the template is still deployable.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, csharp
Domain
cloud
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.