Skip to content

Commit 725dc50

Browse files
committed
removed dependency files
1 parent 28ad27c commit 725dc50

File tree

26 files changed

+8
-4422
lines changed

26 files changed

+8
-4422
lines changed

terraform-lambda-aurora-serverless/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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
12+
13+
First of all, you will need to install the 'pymysql' client depedency which is used in the Lambda function code.
14+
```shell
15+
cd src/function
16+
pip3 install -r requirements.txt -t .
17+
```
18+
1119
## Testing
1220

1321
After deployment, invoke Lambda function with multiple inputs, and go to the Step Function Console and view the different invocations to note the different behavior with the different inputs.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/INSTALLER

Lines changed: 0 additions & 1 deletion
This file was deleted.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/LICENSE

Lines changed: 0 additions & 19 deletions
This file was deleted.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/METADATA

Lines changed: 0 additions & 134 deletions
This file was deleted.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/RECORD

Lines changed: 0 additions & 43 deletions
This file was deleted.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/REQUESTED

Whitespace-only changes.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/WHEEL

Lines changed: 0 additions & 5 deletions
This file was deleted.

terraform-lambda-aurora-serverless/src/function/PyMySQL-1.1.0.dist-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)