UNPKG

serverless-offline-lambda-invoke

Version:

A Serverless Offline plugin that exposes lambdas with no API Gateway event via HTTP, to allow offline direct lambda-to-lambda interactions.

24 lines (19 loc) 335 B
service: tyler custom: serverless-offline: port: 3000 provider: name: aws runtime: nodejs8.10 plugins: - serverless-offline - serverless-offline-direct-lambda functions: myLambda: handler: handler.hello hasRoute: handler: handler.hasRoute events: - http: path: / method: get