lambda-api
lambda-api copied to clipboard
Typescript documentation is out of date - createApi() no longer parses
i was forced to start using below, as of TS 4.5
import createAPI, { NextFunction, Request, Response } from 'lambda-api';
const api = createAPI.default();
createAPI is no longer directly callable