(ctx)
| 1 | import * as ddb from '@aws-appsync/utils/dynamodb'; |
| 2 | |
| 3 | export const request = (ctx) => ddb.remove({ key: { id: ctx.args.id } }); |
| 4 | export const response = (ctx) => ctx.result; |
nothing calls this directly
no outgoing calls
no test coverage detected