Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adnanrahic/getting-started-with-aws-lambda-and-nodejs
https://github.com/adnanrahic/getting-started-with-aws-lambda-and-nodejs
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adnanrahic/getting-started-with-aws-lambda-and-nodejs
- Owner: adnanrahic
- Created: 2017-10-07T10:36:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T09:21:51.000Z (over 6 years ago)
- Last Synced: 2024-10-19T02:00:06.747Z (25 days ago)
- Language: JavaScript
- Size: 604 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A quick getting started tutorial of how to use AWS Lambda with Node.js
## Setup
1. Clone the directory
2. Change into the `roll-a-dice` directory:
```bash
$ cd roll-a-dice
```
3. Install the node modules
```bash
$ npm install
```
4. Edit the code to your liking.
5. .ZIP all the files **within** the `roll-a-dice` directory.
6. Upload the .ZIP to Lambda.
7. Rinse and repeat.
8. Have fun!