Rocketseat - Trilha Node js
You can find an example of the generated pdf here
This project has been generated using the aws-nodejs-typescript template from the Serverless framework.
For detailed instructions, please refer to the documentation.
- Run
yarnto install the project dependencies - Run
serverless dynamodb installto install the dynamodb in a local database - Run
yarn dynamo:startto start the database - Run
yarn devto run this stack locally
- Run
yarn sls deployto deploy this stack to AWS
- 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)