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
## Set up git hooks (pre-commit, pre-push) - This is one time setting. Doesn't have to be repeated every time.
@@ -50,7 +50,7 @@ For special cases, if you still need to commit, push the code use _--no-verify_
50
50
51
51
* set the virtual environment (optional, you can use other virtual env tools or without it)
52
52
53
-
`cd nci-aws-lambda-localstack-template`
53
+
`cd lambda-localstack-template`
54
54
55
55
`python3 -m venv .venv`
56
56
@@ -67,18 +67,18 @@ For special cases, if you still need to commit, push the code use _--no-verify_
67
67
68
68
## Tests Examples
69
69
70
-
### [Lambda with dynamo, API gateway testing (Localstack)](https://github.com/BIAD/nci-aws-lambda-localstack-template/wiki/Lambda-Dynamo-Test)
70
+
### [Lambda with dynamo, API gateway testing (Localstack)](https://github.com/uujo/lambda-localstack-template/wiki/Lambda-Dynamo-Test)
71
71
72
72
73
-
### [Lambda with dynamo, s3, sqs testing (Localstack)](https://github.com/BIAD/nci-aws-lambda-localstack-template/wiki/Lambda-S3-SQS-Dynamo-Test)
73
+
### [Lambda with dynamo, s3, sqs testing (Localstack)](https://github.com/uujo/lambda-localstack-template/wiki/Lambda-S3-SQS-Dynamo-Test)
74
74
75
-
### [Lambda with dynamo, API gateway testing (local dynamo server)](https://github.com/BIAD/nci-aws-lambda-localstack-template/wiki/Lambda-Local-Dynamo-Server-Test)
75
+
### [Lambda with dynamo, API gateway testing (local dynamo server)](https://github.com/BIAD/lambda-localstack-template/wiki/Lambda-Local-Dynamo-Server-Test)
76
76
77
77
78
78
## Integration Test: To be added
79
79
80
80
81
-
## [How to use this template](https://github.com/BIAD/nci-aws-lambda-localstack-template/wiki/How-to-use-this-template)
81
+
## [How to use this template](https://github.com/uujo/lambda-localstack-template/wiki/How-to-use-this-template)
82
82
83
83
* goal: With minimal configuation change, testing environment can be set up for different project.
84
84
* There are two main configuration - One for localstack and one for sam. If starting and stop scrip need to be changed as well if you want to reuse the script.
0 commit comments