Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/azfunctions

Azure Functions framework.
https://github.com/altipla-consulting/azfunctions

azure azure-functions go golang

Last synced: about 1 month ago
JSON representation

Azure Functions framework.

Awesome Lists containing this project

README

        

# azfunctions

[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/azfunctions.svg)](https://pkg.go.dev/github.com/altipla-consulting/azfunctions)

Azure Functions framework routes incoming requests, intercepts any logging and output that the function produces and returns the correct invocation result format back to Azure. It sends any error of the endpoints to Sentry and returns an improved standard error template if the function fails.

## Install

```shell
go get github.com/altipla-consulting/azfunctions
```

## Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.

## License

[MIT License](LICENSE)