From 5e86da82d53b02afea60248e07b39a5b56bfe174 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Mon, 3 Mar 2025 14:20:04 -0700
Subject: [PATCH] add memory to lambda config

---
 nshms.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/nshms.yml b/nshms.yml
index 580fc5a2..7277f5bb 100644
--- a/nshms.yml
+++ b/nshms.yml
@@ -11,8 +11,10 @@
 #   environments:
 #     development:
 #       type: 'LAMBDA'
+#       memory: 10
 #     staging:
 #       type: 'LAMBDA'
+#       memory: 10
 #     production:
 #       type: 'EC2'
 #       cpu: 8
@@ -39,8 +41,10 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 2
         staging:
           type: 'LAMBDA'
+          memory: 2
         # production:
         #   type: 'LAMBDA'
       label: '2007 Alaska Dynamic Services'
@@ -61,10 +65,13 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 10
         staging:
           type: 'LAMBDA'
+          memory: 10
         production:
           type: 'LAMBDA'
+          memory: 10
       label: '2023 Alaska Dynamic Services'
       model: 'ALASKA_2023'
       test:
@@ -83,10 +90,13 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 10
         staging:
           type: 'LAMBDA'
+          memory: 10
         production:
           type: 'LAMBDA'
+          memory: 10
       label: '2018 Conterminous U.S. Dynamic Services'
       model: 'CONUS_2018'
       test:
@@ -105,10 +115,13 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 10
         staging:
           type: 'LAMBDA'
+          memory: 10
         production:
           type: 'LAMBDA'
+          memory: 10
       label: '2023 Conterminous U.S. Dynamic Services'
       model: 'CONUS_2023'
       test:
@@ -127,10 +140,13 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 3
         staging:
           type: 'LAMBDA'
+          memory: 3
         production:
           type: 'LAMBDA'
+          memory: 3
       label: '2021 Hawaii Dynamic Services'
       model: 'HAWAII_2021'
       test:
@@ -149,8 +165,10 @@ nshms:
       environments:
         development:
           type: 'LAMBDA'
+          memory: 6
         staging:
           type: 'LAMBDA'
+          memory: 6
        # production:
        #   type: 'LAMBDA'
       label: '2025 PRVI Dynamic Services'
-- 
GitLab