You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform-lambda-aurora-serverless/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,18 @@ The Lambda function is written in Python that uses pymysql client to establish c
8
8
9
9
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).
10
10
11
-
## Requirements
11
+
## Steps
12
12
13
13
First of all, you will need to install the 'pymysql' client depedency which is used in the Lambda function code.
14
14
```shell
15
15
cd src/function
16
16
pip3 install -r requirements.txt -t .
17
+
cd ../..
18
+
```
19
+
Then perform the following terraform commands to deploy the stack
0 commit comments