Skip to content

Commit

Permalink
fixing integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Sep 7, 2022
1 parent bb9f2ad commit 5581a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TestStack extends Stack {
entry: path.join(__dirname, 'lambda-handler-poetry'),
runtime: Runtime.PYTHON_3_9,
});
new CfnOutput(this, 'inlineFunctionName', {
new CfnOutput(this, 'InlineFunctionName', {
value: pythonFunctionInline.functionName,
});

Expand Down

0 comments on commit 5581a1a

Please sign in to comment.