Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit da3837f

Browse files
raksivjyecusch
andauthored
Update aws cfg ephemeral templates for pulumi and terraform (#650)
Co-authored-by: Jye Cusch <[email protected]>
1 parent bab5aad commit da3837f

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

docs/providers/pulumi/aws/configuration.mdx

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,18 @@ 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 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
6973
# set a provisioned concurrency value
7074
# For info on provisioned concurrency for AWS Lambda see:
7175
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
@@ -134,17 +138,18 @@ config:
134138
telemetry: 0
135139
# configure services to deploy to AWS lambda
136140
lambda: # Available since v0.26.0
137-
# set 128MB of RAM
141+
# set the memory in MB
138142
# See lambda configuration docs here:
139143
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
140144
memory: 128
141-
# set a timeout of 15 seconds
145+
# set a timeout in seconds
142146
# See lambda timeout values here:
143147
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
144148
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
148153
# Additional deployment types
149154
# You can target these types by setting a `type` in your project configuration
150155
big-service:

docs/providers/pulumi/aws/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ config:
105105
telemetry: 0
106106
# configure services to deploy to AWS lambda
107107
lambda: # Available since v0.26.0
108-
# set 128MB of RAM
108+
# set the memory in MB
109109
# See lambda configuration docs here:
110110
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
111111
memory: 128
112-
# set a timeout of 15 seconds
112+
# set a timeout in seconds
113113
# See lambda timeout values here:
114114
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
115115
timeout: 15

docs/providers/terraform/aws.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,18 @@ config:
111111
telemetry: 0
112112
# configure services to deploy to AWS lambda
113113
lambda: # Available since v0.26.0
114-
# set 128MB of RAM
114+
# set the memory in MB
115115
# See lambda configuration docs here:
116116
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
117117
memory: 128
118-
# set a timeout of 15 seconds
118+
# set a timeout in seconds
119119
# See lambda timeout values here:
120120
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
121121
timeout: 15
122-
# set a provisioned concurrency value
123-
# For info on provisioned concurrency for AWS Lambda see:
124-
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
122+
# set the amount of ephemeral-storage in MB
123+
# For info on ephemeral-storage for AWS Lambda see:
124+
# https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
125+
ephemeral-storage: 512
125126
# Additional deployment types
126127
# You can target these types by setting a `type` in your project configuration
127128
big-service:

0 commit comments

Comments
 (0)