We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5c647 commit 2fea0fbCopy full SHA for 2fea0fb
README.md
@@ -1,2 +1,14 @@
1
-# aws-lambda-node-canvas
2
-AWS Lambda function built with node-canvas, a Cairo backed Canvas implementation for NodeJS by @Automattic
+# Canvas Lambda
+Blueprint for generating graphics using node-canvas, a Cairo backed Canvas implementation for NodeJS by Automattic
3
+
4
+## Usage
5
+1. Login to **AWS Management Console**
6
+2. Go to **AWS Lambda Console**
7
+3. Choose **Create Function**
8
+4. Select **Serverless Application Repository**
9
+5. Enter **Canvas** in search box and press **Enter**
10
+6. Select **Canvas** in search result list
11
+7. Modify the settings according to your needs
12
+8. Click **Deploy** and wait to complete
13
+9. Your *Canvas Lambda* function should be ready
14
0 commit comments