API Gateway
Learn about triggering AWS Step Functions using API Gateway
We'll cover the following...
In this lesson, we learn about triggering AWS Step Functions using API Gateway. By the end of this lesson, we'll gain an understanding of why and how to connect these two powerful AWS services and be able to integrate them into our serverless application.
Instead of triggering it manually from the AWS console, or from the AWS CLI, we can add the integration that we trigger through HTTP.
Why integrate API Gateway with Step Functions?
Integrating API Gateway with Step ...