Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 346 Bytes

servant-api-gateway

This is currently a very rough cut and not usable for anything other than proof of concept.

All we can do so far is generate a cloud formation template with mock endpoints for get requests.

example

type TestApi = "Test" :> "Api" :> "Endpoint" :> Get '[JSON] ()

deploy "Test" (Proxy :: Proxy TestApi)