simonireilly / compeller

A strong typescript binding for your OpenAPI Schema that doesn't need generation and is not prescriptive in coding style
MIT License
22 stars 1 forks source link

A response sender that will create a response that is compliant #35

Closed simonireilly closed 2 years ago

simonireilly commented 2 years ago

Response senders are adapters.

These adapters can be configured on a compeller instance to handle the formation of all responses.

These responses should be those that you are returning to the calling procedure e.g in AWS lambda it will be the return object of the lambda function.

simonireilly commented 2 years ago

This was implemented in #27 and #21