From 81fc2adb763a21cc248b625e985b936485f7d9ca Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Wed, 11 Dec 2024 08:45:33 -0700 Subject: [PATCH] add extra new line --- .../data/custom-business-logic/batch-ddb-operations/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/[platform]/build-a-backend/data/custom-business-logic/batch-ddb-operations/index.mdx b/src/pages/[platform]/build-a-backend/data/custom-business-logic/batch-ddb-operations/index.mdx index 90319a0cd55..78118eccccc 100644 --- a/src/pages/[platform]/build-a-backend/data/custom-business-logic/batch-ddb-operations/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/custom-business-logic/batch-ddb-operations/index.mdx @@ -115,6 +115,7 @@ The Amplify generated DynamoDB table names can be constructed from the variables ```ts title="amplify/data/BatchCreatePostHandler.js" import { util } from '@aws-appsync/utils'; + export function request(ctx) { var now = util.time.nowISO8601();