Files
pycom-documentation/pybytes/integrations/README.md
2018-11-29 18:05:59 +01:00

11 lines
639 B
Markdown

# Integrations
## Integration with external services
Pybytes offers a way to interact with external IoT platform or custom services, like the following:
* [AWS IoT](amazon-iot.md): a managed cloud platform that lets connected devices easily and securely interact with cloud applications and other devices
* [Microsoft Azure](azure.md): it's a comprehensive collection of services and solutions designed to help you create end-to-end IoT applications on Azure.
* [Web Hooks](webhooks.md): user-defined HTTP callbacks to a defined remote destination. All elements of
the requests (headers, query string parameters, etc) are customizable.