Closed mjuarez closed 7 years ago
explore.NewAPIGatewayRequest seems to create a JSON event that doesn't match sparta.APIGatewayLambdaJSONEvent
Update mockAPIGatewayRequest to match APIGatewayLambdaJSONEvent. Add test to see if mock request can be unmarshalled.
LGTM - merging.
Problem
explore.NewAPIGatewayRequest seems to create a JSON event that doesn't match sparta.APIGatewayLambdaJSONEvent
Solution
Update mockAPIGatewayRequest to match APIGatewayLambdaJSONEvent. Add test to see if mock request can be unmarshalled.