0

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?

j___.___j
  • 286
  • 1
  • 3
  • 20
  • The above description fits a simple Lambda function definition. No need to build a complicated one. ;-) – oakad Feb 16 '20 at 08:19
  • Can you give me an indication on how it might look like? I am very new and inexperienced in this field – j___.___j Feb 16 '20 at 09:21

0 Answers0