You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# clone project
git clone https://github.com/guihaojin/url-shortener.git
# update configuration in serverless, especially `SHORT_URL_HOST` to your domain.# deploy to AWS
sls deploy -s <stage>
About
URL Shortener service built with serverless framework on AWS, API Gateway + Lambda + DynamoDB.