Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/custom-business-logi…
Browse files Browse the repository at this point in the history
…c/batch-ddb-operations/index.mdx

Co-authored-by: josef <josef.aidt@gmail.com>
  • Loading branch information
dpilch and josefaidt authored Dec 18, 2024
1 parent 81fc2ad commit 67f21b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Batch DynamoDB operations allow you to add multiple items in single mutation.

## Step 1 - Define a custom mutation

```ts
```ts title="amplify/data/resource.ts"
import { type ClientSchema, a, defineData } from '@aws-amplify/backend';

const schema = a.schema({
Expand Down

0 comments on commit 67f21b3

Please sign in to comment.