Skip to content

Commit

Permalink
Merge branch 'add-ephemeral-storage-size' of github.com:fossamagna/do…
Browse files Browse the repository at this point in the history
…cs into add-ephemeral-storage-size
  • Loading branch information
fossamagna committed Jan 11, 2025
2 parents 3e19abb + fc12fdb commit 7f3c687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const myDemoFunction = defineFunction({

## `ephemeralStorageSizeMB`

By default, functions have 512MB of ephemeral storage to them. This can be configured from 512 MB upto 10240 MB. Note that this can increase the cost of function invocation. For more pricing information see [here](https://aws.amazon.com/lambda/pricing/).
By default, functions have 512MB of ephemeral storage to them. This can be configured from 512 MB upto 10240 MB. Note that this can increase the cost of function invocation. For more pricing information visit the [Lambda pricing documentation](https://aws.amazon.com/lambda/pricing/).

```ts title="amplify/functions/my-demo-function/resource.ts"
export const myDemoFunction = defineFunction({
Expand Down

0 comments on commit 7f3c687

Please sign in to comment.