/kurzen

Url shortener engine.

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Code Style: Google

Kurzen - URL Shortener Engine

What it is?

A URL shortener engine made with Typescript and CDK, and it is ready to be deployed on AWS.

What it isn't?

A full fledge URL shortener service, nor it tries to be.

What it does?

  • Retrieves a URL stored on DynamoDB based on a slug passed through the URL path.
  • Redirects the client to the URL from the DynamoDB document.
  • Caches the redirect response in CloudFront.

Infrastructure

Infrastructure diagram