Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 9 forks source link

Write Event Grid buffalo.Context implementation #7

Closed marstr closed 6 years ago

marstr commented 6 years ago

The interface buffalo.Context can include the ability for people to Respond. Event Grid Topics are very particular about the response they should receive, so we don't want to expose the ability to write the Response.

For that reason, we should find or implement a buffalo.Context that includes the Event Grid request, but always discards anything written to the response. Potentially, we could at least check to see if they set a failed Status and relay that to Event Grid.