File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ This guide is based on [this article](https://medium.com/@skalyani103/python-on-
10
10
11
11
## Create an AWS Lambda Function for chDB
12
12
13
- To create an AWS Lambda function, log into your AWS console.
14
-
15
13
➡ ** Build & Push** the latest [ chDB-lambda container] ( https://github.com/chdb-io/chdb-server/tree/main/lambda ) image to your ** ECR** storage.
16
14
17
15
### Upload Docker image on ECR and Lambda
18
- Lambda function continers must be hosted on the AWS Elastic Container Registry.
16
+ Lambda function continers must be hosted on the AWS Elastic Container Registry.<br >
17
+ Before proceeding authenticate into your AWS console.
19
18
20
19
1 . Export your AWS account id in the shell or better yet, add it your ~ /.bashrc or ~ /.bash_profile
21
20
```
You can’t perform that action at this time.
0 commit comments