I'm very new to all things-API, and I was instructed to accept a POST request from a website using Lambda, then make a call to another website (Can't disclose websites due to privacy reasons). I'm not entirely sure how to even go about accepting a POST request.
I've experimented with Lambda, so I know how to create them and test them. I just don't know where to go in terms of code.
I'm allowed to use either Java 11 or Python 3.9. Any help is greatly appreciated!