Skip to content

Commit

Permalink
chore: update GitHub links for npm website to display
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Zubkiewicz committed Jun 1, 2021
1 parent 9350ef5 commit 687653a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 687653a

Please sign in to comment.