This is a reference project for the medium story you can find here.
To get started,
- Clone the Project
- Run
npm install
- Make sure you have configured serverless and your AWS credentials correctly.
- Configure the
profile
attribute in theserverless.yml
according to your profile or remove it if not needed. - You can start the project offline by running
npm start
or you can deploy and test it by runningnpm run deploy-prod
. - Enjoy generating PDF documents :)