From 432d6850d1b51bb8d31b0b34a480792cc1b01200 Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Wed, 11 Nov 2020 17:09:01 -0800 Subject: [PATCH] Adds 4GB as a memory option. --- src/function-configuration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/function-configuration.ts b/src/function-configuration.ts index 558895148..6743d463e 100644 --- a/src/function-configuration.ts +++ b/src/function-configuration.ts @@ -42,6 +42,7 @@ export const VALID_MEMORY_OPTIONS = [ '512MB', '1GB', '2GB', + '4GB', ] as const; /**