Daniel Marzan
Results
2
comments of
Daniel Marzan
I had the same issue also. It turns out I was missing returnValuesOnConditionCheckFailure This works for me: import { AppSyncIdentityCognito, Context, DynamoDBTransactWriteItemsRequest, } from "@aws-appsync/utils"; export function request(ctx: Context) {...
> > We now support early return to skip data source request in a function or resolver. See details: https://docs.aws.amazon.com/appsync/latest/devguide/runtime-utils-js.html > > This seems to only skip the current function...