There's some limitations with both lambda and the API gateway that you need the be aware of -
API gateway has a fixed timeout of 10 seconds that you can't currently extend. Should be fine for most use cases, but something to be aware of if you have any functions that will take longer.
Lambda functions cannot return binary data.