{"id":18756428,"url":"https://github.com/rwv/mupdf-aws-lambda-layer","last_synced_at":"2026-02-07T02:33:47.895Z","repository":{"id":260055760,"uuid":"878313044","full_name":"rwv/mupdf-aws-lambda-layer","owner":"rwv","description":"📦 MuPDF CLI tools packaged as an AWS Lambda Layer","archived":false,"fork":false,"pushed_at":"2024-10-29T08:50:05.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-27T12:47:01.989Z","etag":null,"topics":["aws-lambda","aws-lambda-layers","mupdf","mutool"],"latest_commit_sha":null,"homepage":"https://github.com/rwv/mupdf-aws-lambda-layer/releases/latest","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-25T06:50:50.000Z","updated_at":"2025-02-02T22:39:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae6909ac-63c7-4d77-9c9f-09283270afc3","html_url":"https://github.com/rwv/mupdf-aws-lambda-layer","commit_stats":null,"previous_names":["rwv/mupdf-aws-lambda-layer"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rwv/mupdf-aws-lambda-layer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwv%2Fmupdf-aws-lambda-layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwv%2Fmupdf-aws-lambda-layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwv%2Fmupdf-aws-lambda-layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwv%2Fmupdf-aws-lambda-layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwv","download_url":"https://codeload.github.com/rwv/mupdf-aws-lambda-layer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwv%2Fmupdf-aws-lambda-layer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-lambda","aws-lambda-layers","mupdf","mutool"],"created_at":"2024-11-07T17:36:28.705Z","updated_at":"2026-02-07T02:33:47.882Z","avatar_url":"https://github.com/rwv.png","language":null,"readme":"# mupdf-aws-lambda-layer\n\n[![Build](https://github.com/rwv/mupdf-aws-lambda-layer/actions/workflows/build.yml/badge.svg)](https://github.com/rwv/mupdf-aws-lambda-layer/actions/workflows/build.yml)\n\nAn AWS Lambda Layer containing MuPDF CLI tools (mutool and muraster) built for Amazon Linux 2023.\n\n## Overview\n\nThis project provides a Lambda Layer that packages MuPDF command-line tools, making them available for use in AWS Lambda functions. The layer is built using Amazon Linux 2023 to ensure compatibility with Lambda's runtime environment.\n\n## Version\n\nCurrent MuPDF version: [1.24.10](https://mupdf.com/releases/history)\n\n## Contents\n\nThe layer includes:\n- `bin/mutool` - An all purpose tool for dealing with PDF files\n- `bin/muraster` - Can be used to convert PDF pages to raster images\n- `lib/*` - All required shared libraries\n\n## Usage\n\n### Manual Layer Usage\n\n1. Download the layer ZIP from the [latest release](https://github.com/rwv/mupdf-aws-lambda-layer/releases/latest)\n2. Create a new Lambda Layer in your AWS account\n3. Upload the ZIP file\n4. Attach the layer to your Lambda function\n\n### Automated Layer Deployment\n\nThe layer is automatically published to AWS Lambda's layer registry on each release. You can fork this repository and add the following repository secrets to enable automated deployments:\n\n- `AWS_ACCESS_KEY_ID`: Your AWS access key ID\n- `AWS_SECRET_ACCESS_KEY`: Your AWS secret access key\n- `AWS_REGION`: The AWS region to deploy to\n- `S3_BUCKET`: The S3 bucket name for storing the layer ZIP file\n\n## Building\n\nThe layer is automatically built using GitHub Actions. The workflow:\n1. Sets up an Amazon Linux 2023 container\n2. Builds MuPDF from source\n3. Packages the binaries and dependencies\n4. Creates a ZIP file\n5. Publishes to S3 and Lambda Layer registry (on release only)\n\nTo build locally, you can follow the steps in the GitHub Actions workflow file.\n\n## License\n\nThis project is provided under the same license as MuPDF. See [MuPDF's license](https://mupdf.com/#licensing) for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwv%2Fmupdf-aws-lambda-layer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwv%2Fmupdf-aws-lambda-layer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwv%2Fmupdf-aws-lambda-layer/lists"}