- Serverless Programming Cookbook
- Heartin Kanikathottu
- 61字
- 2025-04-04 15:02:17
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.