You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@miketwalker I actually got it working on Lambda, but it's not very fun. You have to compile the dependencies on an EC2 instance using the same AMI that Lambda runs.
I was able to get it working with these notes + some trial and error. Basically, you need to build the *.so files on the AMI and package them with your Lambda build.
The Canvas dependency relies on Cairo (C library) so it's misleading to say that this package is a "pure-js" implementation.
The text was updated successfully, but these errors were encountered: