https://github.com/nitro/lazyraster
Project containing the deployment code for lazyraster
https://github.com/nitro/lazyraster
owner-wapadi-admin product-nitrosign terraform-managed type-backend
Last synced: about 1 month ago
JSON representation
Project containing the deployment code for lazyraster
- Host: GitHub
- URL: https://github.com/nitro/lazyraster
- Owner: Nitro
- License: mit
- Created: 2017-05-23T15:29:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T18:20:18.000Z (about 2 months ago)
- Last Synced: 2025-04-15T03:06:46.386Z (about 1 month ago)
- Topics: owner-wapadi-admin, product-nitrosign, terraform-managed, type-backend
- Language: Go
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Lazyraster
Lazyraster is a HTTP service to convert PDF pages into PNG built on top of lazypdf.## Run
Environment variables:
| Options | Description |
| ----------------------- | ------------------------------------------------------------------------------------- |
| `URL_SIGNING_SECRET` | Secret used to check if the request is valid. |
| `ENABLE_DATADOG` | Enable Datadog. |
| `STORAGE_BUCKET_REGION` | Map of the region a bucket belongs to: `eu-west-1:bucket1,bucket2;us-west-1:bucket3`. |```go
go run cmd/main.go
```## Testing
```go
go test -v -race -cover ./...
```