https://github.com/tsaidavid/serverless-nodejs
https://github.com/tsaidavid/serverless-nodejs
aws aws-lambda aws-lambda-node nodejs serverless serverless-framework
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsaidavid/serverless-nodejs
- Owner: tsaiDavid
- License: mit
- Created: 2018-05-10T21:40:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T22:22:46.000Z (over 7 years ago)
- Last Synced: 2025-02-09T23:51:19.006Z (10 months ago)
- Topics: aws, aws-lambda, aws-lambda-node, nodejs, serverless, serverless-framework
- Language: JavaScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-nodejs
### Requirements
- Node
* `>=4 <=9`
- [Serverless](https://serverless.com/framework/docs/) CLI
* To install:
- `yarn global add serverless`
- `npm install -g serverless`
### Get Started
#### Offline Usage
To hit the ground running without even configuring your AWS creds.
```
$ yarn install # or use npm install
$ serverless offline start
```
Now, you can visit `localhost:3000/hello` and should see a simple message!