Skip to content

Commit 843f5fe

Browse files
author
TR Platt
committed
fix: updated test case to reflect nodejs 18
1 parent aed6afe commit 843f5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js_weather_via_cdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('Lambda Function Created', () => {
1414
// Assertions
1515
template.resourceCountIs('AWS::Lambda::Function', 1);
1616
template.hasResourceProperties('AWS::Lambda::Function', {
17-
MemorySize: 512,
17+
MemorySize: 1792,
1818
Timeout: 30,
1919
Runtime: "nodejs18.x"
2020
});

0 commit comments

Comments
 (0)