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
- Host: GitHub
- URL: https://github.com/gjgd/lambda-url-shortener
- Owner: gjgd
- License: mit
- Created: 2020-06-20T09:08:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T14:52:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T20:21:25.238Z (about 1 year ago)
- Topics: aws-lambda, dynamodb, serverless, url-shortener
- Language: JavaScript
- Homepage: https://tiny.gjgd.xyz/
- Size: 1.75 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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