Skip to content

Pudding124/Short-URL-Serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Short-URL-Serverless

This repo is for fast build a shorturl tool in aws cloud with serverless framework.

It has several advantages, such as:

  • IAC
  • Less code

Build Step

  1. Install env

    # install serverless in global
    
    npm install -g serverless
    
  2. Prepare resource

    • Deploy with your own aws credentials
    • Apply for your own domain in aws route53
    • Create the ACM with this domain in us-east-1 (cloudfront will use it)
  3. Build the tool in aws cloud

    Follow the README instructions for create-short-url

About

Use serverless to create shorturl tool in aws cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published