lambda-redirector icon indicating copy to clipboard operation
lambda-redirector copied to clipboard

Create a way to test the code

Open housni opened this issue 7 years ago • 0 comments

I can either:

  1. Create an API Gateway with integration type mock
  2. Create a shell script with a curl command like curl -s -w "%{http_code}\n%{url_effective}\n%{redirect_url}\n" "API_GATEWAY_URL" and perhaps parse the output to determine if the response is as expected.

housni avatar Mar 06 '18 19:03 housni