An open API service indexing awesome lists of open source software.

https://github.com/gjgd/lambda-url-shortener

A personal URL shortener service powered by Serverless, AWS Lambda and DynamoDB
https://github.com/gjgd/lambda-url-shortener

aws-lambda dynamodb serverless url-shortener

Last synced: 12 months ago
JSON representation

A personal URL shortener service powered by Serverless, AWS Lambda and DynamoDB

Awesome Lists containing this project

README

          

# Lambda URL Shortener

A personal URL shortener service powered by Serverless Components, AWS Lambda and DynamoDB

Prod: https://tiny.gjgd.xyz/
Dev: https://dev-tiny.gjgd.xyz/

## How to deploy your own shortener

1) Install serverless `npm i -g serverless`
2) Setup AWS credentials https://github.com/serverless/serverless/blob/master/docs/providers/aws/guide/credentials.md
3) `npm install`
4) `npm run deploy:dev` or `npm run deploy:prod`
5) Optional: Set the `domain` property if you have a domain setup on Route53, otherwise you can remove this property