Skip to content

Commit 7924bd5

Browse files
authored
Update README.md
1 parent 8970c8d commit 7924bd5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This provides a templates for aws lambda test in local environment using localst
1717

1818
`git clone https://github.com/BIAD/nci-aws-lambda-localstack-template.git`
1919

20-
`cd nci-aws-lambda-localstack-template`
20+
`cd lambda-localstack-template`
2121

2222

2323
## 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_
5050

5151
* set the virtual environment (optional, you can use other virtual env tools or without it)
5252

53-
`cd nci-aws-lambda-localstack-template`
53+
`cd lambda-localstack-template`
5454

5555
`python3 -m venv .venv`
5656

@@ -67,18 +67,18 @@ For special cases, if you still need to commit, push the code use _--no-verify_
6767

6868
## Tests Examples
6969

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)
7171

7272

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)
7474

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)
7676

7777

7878
## Integration Test: To be added
7979

8080

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)
8282

8383
* goal: With minimal configuation change, testing environment can be set up for different project.
8484
* 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

Comments
 (0)