AWS Step Functions with direct integration to third-party HTTP API

AWS Step Functions → Third-party HTTP endpoint

The SAM template deploys a Step Functions Standard workflow that invokes a third-party API directly.

Start the Standard Workflow using the start-execution api command with a JSON input payload.
The Workflow directly invokes the third-party API.
EventBridge API Connection is used for the authentication of the third-party API.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/stepfunctions-httpendpoint-sam

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: sam delete.

Created by:

Biswanath Mukherjee

Biswanath Mukherjee

Sr. Solutions Architect working at AWS India.

Follow on LinkedIn