This module will create two endpoints in the API GATEWAY.
module "url-shortener" {
source = "anandbhaskaran/url-shortener/aws"
version = "1.3.2"
}
POST endpoint-url/short
Body:
{
"slug":"google",
"long_url":"https://google.com"
}
GET endpoint-url/{slug} You will be redirected to this page