We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59ff8c commit 2988a2bCopy full SHA for 2988a2b
src/function-configuration.ts
@@ -42,6 +42,7 @@ export const VALID_MEMORY_OPTIONS = [
42
'512MB',
43
'1GB',
44
'2GB',
45
+ '4GB',
46
] as const;
47
48
/**
0 commit comments