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

https://github.com/fnoquiq/ignite1-nodejs-chapter6-serverless

[Ignite] Chapter 6 - Serverless - Trilha Node.js
https://github.com/fnoquiq/ignite1-nodejs-chapter6-serverless

aws-lambda ignite-rocketseat nodejs serverless

Last synced: 9 months ago
JSON representation

[Ignite] Chapter 6 - Serverless - Trilha Node.js

Awesome Lists containing this project

README

          

Ignite - Chapter 6 - Serverless 🚀



Rocketseat - Trilha Node js

# Certificate Generated Example

You can find an example of the generated pdf [here](certificateExample.pdf)

# Serverless - AWS Node.js Typescript

This project has been generated using the `aws-nodejs-typescript` template from the [Serverless framework](https://www.serverless.com/).

For detailed instructions, please refer to the [documentation](https://www.serverless.com/framework/docs/providers/aws/).

## Installation locally instructions

- Run `yarn` to install the project dependencies
- Run `serverless dynamodb install` to install the dynamodb in a local database
- Run `yarn dynamo:start` to start the database
- Run `yarn dev` to run this stack locally

## Deployment instructions

- Run `yarn sls deploy` to deploy this stack to AWS

### Helpers

- You need to be JRE installed, check it using `java -version`

```
❯ java --version
openjdk 15.0.2 2021-01-19
OpenJDK Runtime Environment (build 15.0.2+7)
OpenJDK 64-Bit Server VM (build 15.0.2+7, mixed mode, sharing)
```