Using the AWS API Gateway, I would like to build an API, which can only handle a POST
request, receives an url (i.e. https://something.execute-api.eu-central-1.amazonaws.com/apidomain?url=google.com), forwards the url to an integromat webhook and logs a "success"-json
to the user.
Any advice on how to start without building complicated Lambda functions?