File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,18 @@ $ ./deploy.sh
36
36
37
37
<img src =" https://images.ctfassets.net/o7xu9whrs0u9/5XE0x5uBoOA4oJYZFwzNea/79493c8495c8d60c726cfeeae73a2b84/create_function.png " align =" left " >
38
38
39
- <br ><br >
39
+ <br >
40
+
41
+ <br >
40
42
41
43
➡ Choose ** Container Image** and use the ** chDB ECR** instance URI you created
42
44
43
45
<img src =" https://user-images.githubusercontent.com/1423657/250210923-887894c3-35ef-4083-a4b8-29d247f1fc1c.png " align =" left " >
44
46
45
47
46
- <br ><br >
48
+ <br >
49
+
50
+ <br >
47
51
48
52
➡ Click ** Create Function** at the bottom right when you’re done.
49
53
@@ -55,7 +59,9 @@ Let's **test** our new **chDB Lambda** using a *simple query.*
55
59
56
60
The Lamba expects JSON requests with a ** query** key:
57
61
58
- ``` plaintext
62
+
63
+ ``` bash
64
+ curl -XPOST " http://{lambda_url}/2015-03-31/functions/function/invocations" -d
59
65
{
60
66
' query' : ' SELECT version()' ,
61
67
' default_format' : ' CSV'
@@ -72,6 +78,7 @@ You can also use the Browser and the AWS Console to generate **test events**:
72
78
73
79
<img src =" https://user-images.githubusercontent.com/1423657/250201531-daa26b0b-68e2-4cec-b665-5505efe99b99.png " align =" left " >
74
80
81
+ <br >
75
82
76
83
-----
77
84
You can’t perform that action at this time.
0 commit comments