This Quick Start demonstrates an integration with AWS Step Function and AWS Lambda for Amazon EventBridge SaaS Partner Shopify. This solution enables your Amazon EventBridge event bus to trigger a rule that evaluates all events and invokes an AWS Step Functions state machine as a target for matched events. Once sent to Step Functions, Lambda functions are invoked that:
- Extract the values like existing tags and image source URLs from the matched events
- Detects the labels using Amazon Rekognition to be used as product tags
- Updates the tags via the Shopify Admin API while maintaining existing product tags
You can use this as a starter project to extend this solution for any scenario that can use Step Functions and Lambda to orchestrate and run code.
To post feedback, submit feature ideas, or report bugs, use the Issues section of this GitHub repo.