Skip to content

Commit 2988a2b

Browse files
authored
Adds 4GB as a memory option. (#814)
1 parent f59ff8c commit 2988a2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/function-configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const VALID_MEMORY_OPTIONS = [
4242
'512MB',
4343
'1GB',
4444
'2GB',
45+
'4GB',
4546
] as const;
4647

4748
/**

0 commit comments

Comments
 (0)