Skip to content

Commit

Permalink
Retry integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
msambol committed Jul 6, 2024
1 parent f5c75b6 commit c368955
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"Arn"
]
},
"Runtime": "nodejs20.x"
"Runtime": "nodejs18.x"
},
"DependsOn": [
"ConnectHandlerServiceRole7E4A9B1F"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TestSource implements ISource {
}

const fn = new lambda.Function(stack, 'ConnectHandler', {
runtime: lambda.Runtime.NODEJS_20_X,
runtime: lambda.Runtime.NODEJS_18_X,
handler: 'index.handler',
code: new lambda.InlineCode('exports.handler = async function(event, context) { console.log(event); return { statusCode: 200, body: "connected" }; };'),
});
Expand Down

0 comments on commit c368955

Please sign in to comment.