Skip to content
Snippets Groups Projects
Commit 5e86da82 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add memory to lambda config

parent 18789982
No related branches found
No related tags found
1 merge request!815Lambda Memory
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment