Skip to content

generate aws cloudformation templates for api gateway based on servant types

License

Notifications You must be signed in to change notification settings

nsluss/servant-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

generate aws cloudformation templates for api gateway based on servant types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published