UNPKG

@mikeycoxon/aws-lambda-event-http-router

Version:

AWS Lambda handler utility for HTTP REST request routing based on details in the APIGatewayProxyEvent

6 lines (5 loc) 90 B
export class Success { constructor(message) { this.message = message; } }