Skip to content

Commit

Permalink
chore(docs): fix link to sidecar-browsershot package
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Jan 29, 2024
1 parent d5aaabc commit 010b1e6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 010b1e6

Please sign in to comment.