jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.04k stars 137 forks source link

support ResponseParameters #107

Closed ahl closed 8 years ago

ahl commented 8 years ago

API Gateway and troposphere support ResponseParameters e.g. to update headers; this PR adds support.

I needed this to support redirects: https://aws.amazon.com/blogs/compute/redirection-in-a-serverless-api-with-aws-lambda-and-amazon-api-gateway/

ahl commented 8 years ago

closing as https://github.com/jorgebastida/gordon/pull/70 predates this and is more thoroughly documented, though there might be some value in the redirect example for the docs.