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

Commit b177f7b

Browse files
committed
add config to aws tf docs
1 parent 6df22eb commit b177f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/providers/terraform/aws.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ config:
118118
# set a timeout of 15 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
121125
timeout: 15
122126
# set a provisioned concurrency value
123127
# For info on provisioned concurrency for AWS Lambda see:

0 commit comments

Comments
 (0)