I'm a Linux & node noob. I'm trying to run FabricJS (which requires node-canvas) in AWS Lambda. I've been able to follow the instructions to get up and running on an AWS Linux EC2, however, Lambda has me at my wits end. Anyone have any tips or pointers on how to get this compiled for AW Lambda?
相关问题
- Assume/switch role in aws toolkit for eclipse 2.0
- Installing Python dependencies in AWS Codestar wit
- character width calculation wrong with some font w
- AWS SES on Lambda - fails (silently) to send email
- fabric.js straight line and select on click
相关文章
- Is it safe to show the AWS cognito pool ID in my h
- Using AWS Secrets Manager with Python (Lambda Cons
- AWS Lambda SQS Trigger Throttle/Limit
- Denying a Sign-up request in Cognito User Pools
- Export existing AWS Lambda and API Gateway to Clou
- AWS API Gateway and Lambda to return image
- GPU based algorithm on AWS Lambda
- How to describe AWS Lambda function test events in
I found this issue in the Node Canvas GitHub site. The questioner was trying to run FabricJS in Lambda as well. Here is the relevant section with an answer:
Here is a gulp plugin which could upload your files along with node-canvas and its dependencies binary specifically built for aws lambda.
NPM Package