Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/altipla-consulting/azfunctions
- Owner: altipla-consulting
- License: mit
- Created: 2023-11-04T16:29:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:15:43.000Z (about 1 year ago)
- Last Synced: 2024-04-16T00:19:34.277Z (9 months ago)
- Topics: azure, azure-functions, go, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/azfunctions
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)