From fc12fdb5e850094c6b2f26be57d19de9a4b2e364 Mon Sep 17 00:00:00 2001 From: MURAKAMI Masahiko Date: Tue, 17 Dec 2024 09:11:33 +0900 Subject: [PATCH] Update src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx Co-authored-by: josef --- .../build-a-backend/functions/configure-functions/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx b/src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx index ef635f743d8..1bd7aa2163b 100644 --- a/src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/configure-functions/index.mdx @@ -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({