Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!