Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create plugin: Bump NodeJS runtime version to 8.10 #5103

Closed
wants to merge 1 commit into from

Conversation

RaeesBhatti
Copy link
Contributor

What did you implement:

I changed the NodeJS runtime version to 8.10 in all templates.

How did you implement it:

Changed the provider.runtime property to nodejs8.10

How can we verify it:

  • Checkout to this branch locally
  • Create a project directory and change into it
  • (path to serverless bin of this repository) create --template aws-nodejs-ecma-script and change any of the handlers to use NodeJS 8 features (e.g. async/await)
  • Deploy
  • Verify that the function is working correctly.

Todos:

  • Write tests
  • Write documentation
  • Fix linting errors
  • Make sure code coverage hasn't dropped
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

@@ -17,7 +17,7 @@ service: capitalize

provider:
name: kubeless
runtime: nodejs6
runtime: nodejs8.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for kubeless, not AWS. Is this correct?

@@ -21,7 +21,7 @@ provider:

functions:
hello:
runtime: nodejs8.3
runtime: nodejs8.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. This is for Spotinst.

@pmuens pmuens removed their request for review December 13, 2018 11:08
@pmuens
Copy link
Contributor

pmuens commented Jan 23, 2019

Thanks for taking the time and working on this @RaeesBhatti 👍

I'll close this for now since it's a stale PR and there are still some unaddressed issues.

@pmuens pmuens closed this Jan 23, 2019
@pmuens pmuens deleted the raees/update-runtime-version branch January 23, 2019 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants