serverless-offline
Version:
Emulate AWS λ and API Gateway locally when developing your Serverless project
5 lines (4 loc) • 328 B
JavaScript
export { default as LambdaIntegrationEvent } from "./LambdaIntegrationEvent.js"
export { default as LambdaProxyIntegrationEvent } from "./LambdaProxyIntegrationEvent.js"
export { default as renderVelocityTemplateObject } from "./renderVelocityTemplateObject.js"
export { default as VelocityContext } from "./VelocityContext.js"