Skip to content

Commit

Permalink
fix(aws-cdk): upgrade canaries lambda node version (aws#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaNir authored and mergify[bot] committed Jan 7, 2020
1 parent 6103180 commit 96b802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/cli/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class LambdaStack extends cdk.Stack {

const fn = new lambda.Function(this, 'my-function', {
code: lambda.Code.asset(path.join(__dirname, 'lambda')),
runtime: lambda.Runtime.NODEJS_8_10,
runtime: lambda.Runtime.NODEJS_10_X,
handler: 'index.handler'
});

Expand Down

0 comments on commit 96b802b

Please sign in to comment.