diff --git a/README.md b/README.md index 9740a6d..4e4b16b 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Using this approach has following advantages: * Tests are executed locally against **real** services in the AWS cloud * Works in your CI/CD pipeline * Easier & faster development -* Easier modification of the project: IAM Role tests protect against *regression* bugs in case +* Easier maintenance of the project: IAM Role tests protect against *regression* bugs in case of modification # Example Working example is included in the [serverless-hexagonal-template](https://github.com/serverlesspolska/serverless-hexagonal-template) project. Follow instruction on its website to deploy your own project. diff --git a/package.json b/package.json index 1e5f450..cc2c1fe 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "git+https://github.com/serverlesspolska/serverless-iam-test-helper.git" + }, + "homepage": "https://github.com/serverlesspolska/serverless-iam-test-helper#readme", "keywords": [ "AWS", "Lambda",