lambda-redirector
lambda-redirector copied to clipboard
Redirect an entire website using AWS Lambda
Results
1
lambda-redirector issues
Sort by
recently updated
recently updated
newest added
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...
enhancement