There's more...

We have now created our first API with a Lambda backend. We used API gateway's request and response modeling capabilities to structure the input and output from the Lambda. We can also configure API gateway to act as a proxy, in order to forward the request as it is to Lambda. We will see that in a later recipe.