# Example Integrations

## Overview

These example integrations aim to point you in the right direction for using Data Connectors to integrate with popular cloud services. To get you up and running quickly, necessary concepts are briefly explained, and example code is provided in a few languages.

* [Heroku](/data-connectors/example-integrations/heroku.md)
* [Google Cloud Function](/data-connectors/example-integrations/google-cloud-functions.md)
* [AWS Lambda](/data-connectors/example-integrations/aws-lambda.md)
* [Azure HTTP Trigger](/data-connectors/example-integrations/azure-http-triggers.md)
* [IBM Cloud Actions](/data-connectors/example-integrations/ibm-cloud-actions.md)

## Supported Runtimes

If the provided example code does not contain your favorite runtime, use the following guides combined with the existing examples above, which should be enough to recreate the implementation yourself

* [Signing Events](/data-connectors/advanced-configurations.md#signing-events)
* [Verifying Signed Events](/data-connectors/receiving-events.md#verifying-signed-requests)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.developer.disruptive-technologies.com/data-connectors/example-integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
