We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db885a6 commit 36d034aCopy full SHA for 36d034a
src/pages/[platform]/build-a-backend/data/custom-business-logic/batch-ddb-operations/index.mdx
@@ -54,12 +54,6 @@ const schema = a.schema({
54
.returns(a.ref("Post").array())
55
// only allow signed-in users to call this API
56
.authorization(allow => [allow.authenticated()])
57
- .handler(
58
- a.handler.custom({
59
- dataSource: a.ref("Post"),
60
- entry: "./BatchCreatePostHandler.js",
61
- })
62
- )
63
});
64
65
export type Schema = ClientSchema<typeof schema>;
0 commit comments