serverless / serverless/examples

SaveLambdaFunction - The runtime parameter of nodejs8.10 is no longer supported

Open
#471 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11.5k
Forks
4.4k
Avg merge
2h 55m
Merged PRs (30d)
3

Description

In the github project for aws-node-fetch-file-and-store-in-s3, serverless.yml specifies the run time as 'nodejs8.6' and that runtime is no longer supported for new lambdas in AWS.

In order to get the example to work we need to update the runtime to 'runtime: nodejs12.x'.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the aws-node-fetch-file-and-store-in-s3 example and inspect its serverless.yml. Update the Lambda runtime from the unsupported Node.js version to nodejs12.x, then deploy or run the example to confirm it is accepted by AWS.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.