What are some ways to handle http (s) requests using AWS lambda , but without using API Gateway or Amazon Kinesis ? Is it possible at all?
In particular, I want to implement my own REST API, but without paying for the API Gateway service, using only AWS lambda .
I do not ask for a tutorial or library , it is fundamentally about the architecture of Amazon services .
All this is about Java 8 runtime.
source share