Skip to content

Commit fc12fdb

Browse files
Update src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx
Co-authored-by: josef <[email protected]>
1 parent 08f542d commit fc12fdb

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)