https://github.com/wavelop/download-pdf-aws
Small project on how to generate pdf with aws
https://github.com/wavelop/download-pdf-aws
Last synced: 11 months ago
JSON representation
Small project on how to generate pdf with aws
- Host: GitHub
- URL: https://github.com/wavelop/download-pdf-aws
- Owner: Wavelop
- License: mit
- Created: 2021-05-21T12:58:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T13:03:29.000Z (about 5 years ago)
- Last Synced: 2025-05-13T17:47:32.680Z (about 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# download-pdf-aws
This project is an example of how to generate a pdf with AWS Lambda.
You can see the complete guide at this [link](https://wavelop.com/en/story/generate-pdf-with-aws-lambda/)
## Requirements
* Node
## Setup instructions
```
cd download-pdf-aws
npm install
npm run start
```