Skip to content

Commit 15692d2

Browse files
author
baruch assif
committed
more fixs in the READMEs
1 parent 0c5555f commit 15692d2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ This repository contain 2 application
1111

1212
### mysql-cdc
1313
sample script that read data from MySQL binary logs and append the SQL data into Amazon Kinesis Data Stream
14-
14+
### opensearch-writer
15+
This library contains the package opensearch_writer and the config file and template file for deploring this package into AWS Lambda via [SAM- AWS Serverless Application Model](https://aws.amazon.com/serverless/sam/)
1516

1617

1718
## Security

mysql-cdc/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ INSERT INTO test5 (data,data2) VALUES ("Hello", "World");
4444
XA END 'xatest';
4545
XA PREPARE 'xatest';
4646
XA COMMIT 'xatest';
47-
48-
4947
```
50-
## Test the AWS OpenSearch service
5148

52-
```
53-
curl -XGET -u 'root:Aa123456!' 'https://vpc-opensearchdomain-testurl.us-east-1.es.amazonaws.com/mysql_data/_doc/51' |jq
54-
```
5549

0 commit comments

Comments
 (0)