Learn how to create a serverless URL shortener in AWS using Terraform. The project architecture consists of API Gateway, Lambda Function, DynamoDB, and DAX (DynamoDB Accelerator). The application allows users to input a URL and receive a redirect URL with a short code attached. The infrastructure is managed using Terraform,
•16m read time• From levelup.gitconnected.com
Table of contents
Create a serverless URL shortener in AWS with TerraformThe ProjectLet’s startCreate our base infrastructureCreating a short URLRedirectingConclusionSort: