@@ -58,15 +58,15 @@ config:
5858 telemetry : 0
5959 # configure services to deploy to AWS lambda
6060 lambda : # Available since v0.26.0
61- # set 128MB of RAM
61+ # set the memory in MB
6262 # See lambda configuration docs here:
6363 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
6464 memory : 128
65- # set a timeout of 15 seconds
65+ # set a timeout in seconds
6666 # See lambda timeout values here:
6767 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
6868 timeout : 15
69- # set the amount of ephemeral-storage: of 512MB
69+ # set the amount of ephemeral-storage in MB
7070 # For info on ephemeral-storage for AWS Lambda see:
7171 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
7272 ephemeral-storage : 512
@@ -138,21 +138,18 @@ config:
138138 telemetry : 0
139139 # configure services to deploy to AWS lambda
140140 lambda : # Available since v0.26.0
141- # set 128MB of RAM
141+ # set the memory in MB
142142 # See lambda configuration docs here:
143143 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
144144 memory : 128
145- # set a timeout of 15 seconds
145+ # set a timeout in seconds
146146 # See lambda timeout values here:
147147 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
148148 timeout : 15
149- # set the amount of ephemeral-storage: of 512MB
149+ # set the amount of ephemeral-storage in MB
150150 # For info on ephemeral-storage for AWS Lambda see:
151151 # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
152152 ephemeral-storage : 512
153- # set a provisioned concurrency value
154- # For info on provisioned concurrency for AWS Lambda see:
155- # https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
156153 # Additional deployment types
157154 # You can target these types by setting a `type` in your project configuration
158155 big-service :
0 commit comments