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

Commit 88ce6fc

Browse files
raksivjyecusch
andcommitted
Apply suggestions from code review
Co-authored-by: Jye Cusch <[email protected]>
1 parent b177f7b commit 88ce6fc

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

docs/providers/pulumi/aws/configuration.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +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
121-
ephemeral-storage: 512
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
125121
timeout: 15
126-
# set a provisioned concurrency value
127-
# For info on provisioned concurrency for AWS Lambda see:
128-
# 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
129126
# Additional deployment types
130127
# You can target these types by setting a `type` in your project configuration
131128
big-service:

0 commit comments

Comments
 (0)