Skip to content

Commit 9ba4f88

Browse files
authored
Update readme.md
1 parent 3cda693 commit 9ba4f88

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Using AWS CDK, this project is easy to deploy, customize, and scale to meet the
1616
# Installation
1717
1. Clone the repository and navigate to the root directory of the project:
1818
2. Install the dependencies for the AWS CDK and the Node.js application:
19-
```
20-
# Install AWS CDK dependencies
19+
```# Install AWS CDK dependencies
2120
cd infrastructure
2221
npm install
2322
@@ -27,15 +26,13 @@ Using AWS CDK, this project is easy to deploy, customize, and scale to meet the
2726
```
2827
2928
3. Deploy the AWS resources using the AWS CDK:
30-
```
31-
# From the infrastructure directory
29+
```# From the infrastructure directory
3230
cdk deploy
3331
```
3432
3533
4. Ensure that you have stup aws region, and other credentials
3634
5. Start the Node.js application:
37-
```
38-
# From the store-json-rds directory
35+
```# From the store-json-rds directory
3936
npm start
4037
```
4138
This will start the Node.js application, which listens for new CSV files uploaded to the S3 bucket. When a new file is detected, the application will process the file and send the data to the API Gateway, which will store the data in the RDS instance.

0 commit comments

Comments
 (0)