Working with Amazon SWF APIs
In addition to using the AWS SDKs that are described in Develop with AWS SDKs, you can use the HTTP API directly.
To use the API, you send HTTP requests to the SWF endpoint that matches the region that you want to use for your domains, workflows and activities. For more information about making HTTP requests for Amazon SWF, see Making HTTP Requests to Amazon SWF.
This section provides basic information about using the HTTP API to develop your workflows with Amazon SWF. More advanced features, such as using timers, logging with CloudTrail and tagging your workflows are provided in the section, How Amazon SWF Works.
Topics
- Making HTTP Requests to Amazon SWF
- List of Amazon SWF Actions by Category
- Creating a Basic Workflow in Amazon SWF
- Registering a Domain with Amazon SWF
- Setting Timeout Values in Amazon SWF
- Registering a Workflow Type with Amazon SWF
- Registering an Activity Type with Amazon SWF
- AWS Lambda Tasks
- Developing an Activity Worker in Amazon SWF
- Developing Deciders in Amazon SWF
- Starting Workflow Executions with Amazon SWF
- Setting Task Priority
- Handling Errors in Amazon SWF