https://github.com/rodolfobandeira/serverless-url-shortner
https://github.com/rodolfobandeira/serverless-url-shortner
aws aws-lambda serverless
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodolfobandeira/serverless-url-shortner
- Owner: rodolfobandeira
- Created: 2017-06-11T02:01:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T02:45:23.000Z (almost 9 years ago)
- Last Synced: 2025-02-10T14:14:29.609Z (over 1 year ago)
- Topics: aws, aws-lambda, serverless
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-url-shortner
Playground to study serverless framework
Content based on Serverless and GraphQL course from:
[https://acloud.guru/course/serverless-with-graphql/](https://acloud.guru/course/serverless-with-graphql/)
#### 1. Clone this repository:
`git clone https://github.com/rodolfobandeira/serverless-url-shortner`
`cd serverless-url-shortner`
#### 2. Deploy the code to AWS. (You must have AWS Cli working. Also nodejs 4.3 and serveless framework installed)
`serverless deploy`