lambda-redirector
lambda-redirector copied to clipboard
Create a way to test the code
I can either:
- Create an API Gateway with integration type
mock - 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.