Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix link to sidecar-browsershot package #62

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/advanced-usage/generating-pdfs-on-aws-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Generating PDFs locally can be resource intensive. If you're having to generate
In order to generate PDFs on AWS Lambda, you must install these two packages in your app.

- [hammerstone/sidecar](https://hammerstone.dev/sidecar/docs/main/overview): this allows you to execute AWS Lambda functions from your Laravel application
- [wnx/sidecar-browsershot](https://github.com/wnx/sidecar-browsershot): this package contains a version of Browsershot that can run on AWS Lambda via Sidecar
- [wnx/sidecar-browsershot](https://github.com/stefanzweifel/sidecar-browsershot): this package contains a version of Browsershot that can run on AWS Lambda via Sidecar

With these two packages installed, you can generate PDFs on AWS Lambda like this:

Expand Down