> For the complete documentation index, see [llms.txt](https://awsnotes.dendron.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awsnotes.dendron.so/application-integration/aws-step-functions/common/working-with-other-services.md).

# Working with other services

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/aws-step-functions-developer-guide.git)
{% endhint %}

## AWS SDK service integrations

* **Note**\
  The API action will always be camel case, and parameter names will be Pascal case. For example, you could use Step Functions' `startSyncExecution` API action and specify the parameter `StateMachineArn`.
* **Note**\
  Amazon OpenSearch Service is the successor of the Amazon Elasticsearch service, and we recommend that you use OpenSearch Service for your service integrations.

## Service Integration Patterns

* **Note**\
  Service integrations that use the `.sync` pattern require additional IAM permissions. For more information, see [IAM Policies for integrated services](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_step_functions/service-integration-iam-templates.md).
* **Note**\
  A task token must contain at least one character, and cannot exceed 1024 characters.
* **Note**\
  You must pass task tokens from principals within the same AWS account. The tokens won't work if you send them from principals in a different AWS account.
* **Note**\
  To avoid waiting indefinitely if a process fails to send the task token with `SendTaskSuccess` or `SendTaskFailure`, see [Configure a Heartbeat Timeout for a Waiting Task](#wait-token-hearbeat).

## Code Snippets

* **Note**\
  For more information about specifying service parameters, see [Pass Parameters to a Service API](https://github.com/kevinslin/aws-reference-notes/blob/main/services/aws_step_functions/connect-parameters.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://awsnotes.dendron.so/application-integration/aws-step-functions/common/working-with-other-services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
