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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,9 @@
5
5
# About lambda-node-canvas
6
6
7
7
lambda-node-canvas is an implementation of node-canvas for manipulating vector graphics on AWS Lambda, with using AWS Lambda Layer to manage the dependency with node-canvas in order to enable inline editing of the function code.
8
+
9
+
## Getting started
10
+
11
+
To use lambda-node-canvas, please visit [application page](https://serverlessrepo.aws.amazon.com/applications/arn:aws:serverlessrepo:us-east-1:990551184979:applications~cairo-canvas-nodejs) on [AWS Serverless Application Repository](https://aws.amazon.com/serverless/serverlessrepo/), then deploy the serverless application using the **Deploy** button on the page.
12
+
13
+
The deployment of the serverless application may take a few minutes, once the application is deployed and ready, the code of the *Function* could be edited using inline code editor in AWS Lambda console.
0 commit comments