the-sett / elm-serverless

Deploy an elm HTTP API to AWS Lambda using serverless
MIT License
43 stars 6 forks source link

The `Body` type is not exposed. #8

Closed rupertlssmith closed 3 years ago

rupertlssmith commented 4 years ago

The Body type is not exposed, which is not always problem since there are constructor functions to create bodies. But it means you cannot use Body in a type signature for a function, which is inconvenient.

rupertlssmith commented 3 years ago

The Body type is not exposed as an opaque type.