A personal URL shortener service powered by Serverless Components, AWS Lambda and DynamoDB
Prod: https://tiny.gjgd.xyz/ Dev: https://dev-tiny.gjgd.xyz/
- Install serverless
npm i -g serverless
- Setup AWS credentials https://github.com/serverless/serverless/blob/master/docs/providers/aws/guide/credentials.md
npm install
npm run deploy:dev
ornpm run deploy:prod
- Optional: Set the
domain
property if you have a domain setup on Route53, otherwise you can remove this property