Once the AWS Lambda function is created in AWS Cloud, we'd like to be able to call it outside of the AWS Console
In order to do that - we need to create a trigger.
In this lesson we're going to learn how to create an API Gateway trigger and attach it to a AWS Lambda function so the function will get triggered once an HTTP request is sent to this API.