Skip to content

Commit

Permalink
fix: expose aws-cfg-ephemeral for pulumi and terraform provider (#800)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Holm <[email protected]>
  • Loading branch information
raksiv and tjholm authored Oct 23, 2024
1 parent 0882d5e commit 523e083
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 7 additions & 2 deletions pkg/project/stack/aws.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,19 @@ region:
# telemetry: 0
# # configure functions to deploy to AWS lambda
# lambda: # Available since v0.26.0
# # set 128MB of RAM
# # set the memory in MB
# # See lambda configuration docs here:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
# memory: 128
# # set a timeout of 15 seconds
# # set a timeout in seconds
# # See lambda timeout values here:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
# timeout: 15
# # set the amount of ephemeral-storage in MB
# # For info on ephemeral-storage for AWS Lambda see:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
# # Available Since nitric/[email protected]
# ephemeral-storage: 512
# # set a provisioned concurrency value
# # For info on provisioned concurrency for AWS Lambda see:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
Expand Down
12 changes: 7 additions & 5 deletions pkg/project/stack/awstf.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,19 @@ region:
# telemetry: 0
# # configure functions to deploy to AWS lambda
# lambda: # Available since v0.26.0
# # set 128MB of RAM
# # set the memory in MB
# # See lambda configuration docs here:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-memory-console
# memory: 128
# # set a timeout of 15 seconds
# # set a timeout in seconds
# # See lambda timeout values here:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-common.html#configuration-timeout-console
# timeout: 15
# # set a provisioned concurrency value
# # For info on provisioned concurrency for AWS Lambda see:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html
# # set the amount of ephemeral-storage in MB
# # For info on ephemeral-storage for AWS Lambda see:
# # https://docs.aws.amazon.com/lambda/latest/dg/configuration-ephemeral-storage.html
# # Available Since nitric/[email protected]
# ephemeral-storage: 512
# # Additional deployment types
# # You can target these types by setting a `type` in your project configuration
# big-service:
Expand Down

0 comments on commit 523e083

Please sign in to comment.