Skip to content

Commit 7f3c687

Browse files
committed
Merge branch 'add-ephemeral-storage-size' of github.com:fossamagna/docs into add-ephemeral-storage-size
2 parents 3e19abb + fc12fdb commit 7f3c687

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/functions/configure-functions

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const myDemoFunction = defineFunction({
7171

7272
## `ephemeralStorageSizeMB`
7373

74-
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/).
74+
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/).
7575

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

0 commit comments

Comments
 (0)