UNPKG

convert-lambda-to-express

Version:

Wrapper to run lambda on express. Works great for running lambdas as an express server during development but is production ready. Developed to work in conjunction with matthewkeil/full-stack-pattern cdk construct.

5 lines (4 loc) 271 B
export { EventOptions } from './Event'; export { ContextOptions } from './Context'; export { WrapperOptions, wrapLambda } from './wrapLambda'; export { addToDevServer, getDevServer, startDevServer, HandlerConfig, DevServerConfig, handlerDefinitions } from './devServer';