Skip to content

Commit 81d5e02

Browse files
authored
Update README.md
1 parent 1a46a59 commit 81d5e02

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@ $ ./deploy.sh
3636

3737
<img src="https://images.ctfassets.net/o7xu9whrs0u9/5XE0x5uBoOA4oJYZFwzNea/79493c8495c8d60c726cfeeae73a2b84/create_function.png" align="left">
3838

39-
<br><br>
39+
<br>
40+
41+
<br>
4042

4143
➡ Choose **Container Image** and use the **chDB ECR** instance URI you created
4244

4345
<img src="https://user-images.githubusercontent.com/1423657/250210923-887894c3-35ef-4083-a4b8-29d247f1fc1c.png" align="left">
4446

4547

46-
<br><br>
48+
<br>
49+
50+
<br>
4751

4852
➡ Click **Create Function** at the bottom right when you’re done.
4953

@@ -55,7 +59,9 @@ Let's **test** our new **chDB Lambda** using a *simple query.*
5559

5660
The Lamba expects JSON requests with a **query** key:
5761

58-
```plaintext
62+
63+
```bash
64+
curl -XPOST "http://{lambda_url}/2015-03-31/functions/function/invocations" -d
5965
{
6066
'query': 'SELECT version()',
6167
'default_format': 'CSV'
@@ -72,6 +78,7 @@ You can also use the Browser and the AWS Console to generate **test events**:
7278

7379
<img src="https://user-images.githubusercontent.com/1423657/250201531-daa26b0b-68e2-4cec-b665-5505efe99b99.png" align="left">
7480

81+
<br>
7582

7683
-----
7784

0 commit comments

Comments
 (0)