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
- Host: GitHub
- URL: https://github.com/fnoquiq/ignite1-nodejs-chapter6-serverless
- Owner: fnoquiq
- Created: 2021-05-22T13:47:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T20:39:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T11:41:57.005Z (over 1 year ago)
- Topics: aws-lambda, ignite-rocketseat, nodejs, serverless
- Language: TypeScript
- Homepage:
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```