Skip to content

A CDK application creates a URL shortener service on AWS cloud.

Notifications You must be signed in to change notification settings

onanmco/url-shortener

Repository files navigation

URL Shortener Service

This project consist of the source codes of a CDK application that builds and deploys an URL shortener service in AWS using TypeScript, Lambda, API Gateway and DynamoDB.

Solution Diagram

image

Steps To Deploy the Application

  • Copy the .env.example file and rename as .env.
  • Fill in the environment variables regarding to your own AWS account information.
  • Run npm i
  • Run cdk bootstrap
  • Run cdk deploy

About

A CDK application creates a URL shortener service on AWS cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published