mbj / stratosphere

Haskell EDSL and type-checker for AWS CloudFormation templates
MIT License
162 stars 19 forks source link

Add patch http method #176

Closed mbj closed 4 years ago

mbj commented 4 years ago

This PR adds the PATCH http method which is AFAIK supported at the places we the HttpMethod type is used.

I found it when trying to configure a PATCH method for API gateway.

jdreaver commented 4 years ago

Fantastic, thanks!