AppSync

AWS Documentation

Example

import middy from '@middy/core'

export const handler = middy().handler((event, context, { signal }) => {
  // ...
})