Package Exports
- @aws-appsync/utils
- @aws-appsync/utils/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@aws-appsync/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Type definition for @aws-appsync/utils
This project contains type definitions for @aws-appsync/utils resolver types. This includes all util
functions and the context type.
Usage
Install the type definition by running
npm install @aws-appsync/utilsIn the resolver inlcude the type definition
import { $util, Context } from '@aws-appsync/utils';