Context
object that encapsulates an incoming HTTP AWS Lambda trigger message and the corresponding response to that message, and arguments from GraphQL
ctx
is often used as the parameter name for the context object similar to Koa or ExpressJS..d.ts
files. Our goal is to keep these TypeScript definition files updated with each release for any public API.npm
to install this by typing the following into a terminal window:tsconfig.json
has to include 'es5'
and 'es2015.promise'
under compilerOptions.lib
. See tsconfig.json for an example.npm run build
or yarn build
.