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

upgrade to nodejs12.x for all examples and tests #1363

Merged
merged 2 commits into from
Jan 8, 2020

Conversation

ShreyaGangishetty
Copy link

Issue #, if available:

Description of changes:
updated nodejs version in tests and examples to nodejs12.x
Description of how you validated changes:

Checklist:

  • Write/update tests
  • make pr passes
  • Update documentation
  • Verify transformed template deploys and application functions as expected
  • Add/update example to examples/2016-10-31

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@keetonian keetonian left a comment

Choose a reason for hiding this comment

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

Haha that hit a lot of files. Do you know of anything that could cause the examples to not work after bumping the node version?

@@ -9,7 +9,7 @@ LambdaEdgeFunctionSample:
Type: AWS::Serverless::Function
Properties:
CodeUri: src/
Runtime: nodejs6.10
Runtime: nodejs12.x
Copy link
Contributor

@timoschilling timoschilling Jan 7, 2020

Choose a reason for hiding this comment

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

Following the lambda@edge requirements guide node12 isn't supported for lambda@edge!

Copy link
Author

Choose a reason for hiding this comment

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

@timoschilling thank you for checking this. I will update the PR.

@codecov-io
Copy link

codecov-io commented Jan 8, 2020

Codecov Report

Merging #1363 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1363   +/-   ##
========================================
  Coverage    94.42%   94.42%           
========================================
  Files           78       78           
  Lines         4555     4555           
  Branches       912      912           
========================================
  Hits          4301     4301           
  Misses         119      119           
  Partials       135      135

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 127195f...a8a2ba1. Read the comment docs.

@praneetap praneetap merged commit c00b8a3 into aws:develop Jan 8, 2020
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.

5 participants