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();