Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/functions/configure-funct…
Browse files Browse the repository at this point in the history
…ions/index.mdx

Co-authored-by: josef <[email protected]>
  • Loading branch information
fossamagna and josefaidt authored Dec 17, 2024
1 parent 08f542d commit fc12fdb
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 fc12fdb

Please sign in to comment.