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

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

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
```