Flask App Integration

This is a minimal Flask app showing how to integrate with Amberflo.

Check out the sample at the Python SDK repo.

Highlights

The interesting code is in the amberflo module.

It contains a decorator for counting API calls by customer, and a middleware for recording the processing time of the API calls.