AWS

Which services are involved in getting a custom string (based on the input) when inserting a URL in the browser?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Lambda - to define a function that gets an input and returns a certain string

API Gateway - to define the URL trigger (= when you insert the URL, the function is invoked).