@@ -58,14 +58,18 @@ config:
58
58
telemetry : 0
59
59
# configure services to deploy to AWS lambda
60
60
lambda : # Available since v0.26.0
61
- # set 128MB of RAM
61
+ # set the memory in MB
62
62
# See lambda configuration docs here:
63
63
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
64
64
memory : 128
65
- # set a timeout of 15 seconds
65
+ # set a timeout in seconds
66
66
# See lambda timeout values here:
67
67
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
68
68
timeout : 15
69
+ # set the amount of ephemeral-storage in MB
70
+ # For info on ephemeral-storage for AWS Lambda see:
71
+ # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
72
+ ephemeral-storage : 512
69
73
# set a provisioned concurrency value
70
74
# For info on provisioned concurrency for AWS Lambda see:
71
75
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
@@ -134,17 +138,18 @@ config:
134
138
telemetry : 0
135
139
# configure services to deploy to AWS lambda
136
140
lambda : # Available since v0.26.0
137
- # set 128MB of RAM
141
+ # set the memory in MB
138
142
# See lambda configuration docs here:
139
143
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
140
144
memory : 128
141
- # set a timeout of 15 seconds
145
+ # set a timeout in seconds
142
146
# See lambda timeout values here:
143
147
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
144
148
timeout : 15
145
- # set a provisioned concurrency value
146
- # For info on provisioned concurrency for AWS Lambda see:
147
- # https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
149
+ # set the amount of ephemeral-storage in MB
150
+ # For info on ephemeral-storage for AWS Lambda see:
151
+ # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
152
+ ephemeral-storage : 512
148
153
# Additional deployment types
149
154
# You can target these types by setting a `type` in your project configuration
150
155
big-service :
0 commit comments