Return JSON object consisting of request parameters
Currently, the handler just returns a string based on how it was in https://gitlab.com/gitlab-org/serverless/examples/serverless-framework-js Instead, we should return the parameters we pass.
Acceptance Criteria
- Handler returns json object with the original request parameters
- Handler is unit tested