Press ESC to close

Or check our Popular Categories...
Category:

api gateway

2 Articles
2
1 min read

Redirects in Serverless

Now that the Lambda Proxy Integration [http://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-lambda.html] is a thing for API GW [https://aws.amazon.com/api-gateway/], performing redirects is a much simpler - and more sane - thing to do in your Serverless [https://serverless.com/] service. In my own case I was wanting...