Can I use AWS API Gateway as a reverse proxy for a S3 website?
问题 I have a serverless website on AWS S3. But S3 have a limitation that I want to overcome: it don't allow me to have friendly URLs. For example, I would like to replace URL: www.mywebsite.com/user.html?login=daniel With this URL friendly: www.mywebsite.com/user/daniel So, I would like to know if I can use Lambda together with API Gateway to achieve this. My idea is: API Gateway ---> Lambda function ---> fetch S3 resource The API Gateway will get ANY request, and pass information to a Lambda