Skip to content

Commit c9bbab8

Browse files
committed
removed zip and updated md file
1 parent ba35b3e commit c9bbab8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

terraform-lambda-aurora-serverless/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ The Lambda function is written in Python that uses pymysql client to establish c
88

99
Read more about general requirements and deployment instructions for Terraform Serverless Patterns [here](https://github.com/aws-samples/serverless-patterns/blob/main/terraform-fixtures/docs/README.md).
1010

11-
## Requirements
11+
## Steps
1212

1313
First of all, you will need to install the 'pymysql' client depedency which is used in the Lambda function code.
1414
```shell
1515
cd src/function
1616
pip3 install -r requirements.txt -t .
17+
cd ../..
18+
```
19+
Then perform the following terraform commands to deploy the stack
20+
```shell
21+
terraform init
22+
terrform deploy
1723
```
1824

1925
## Testing
-45.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)