Skip to content

Commit

Permalink
Merge pull request #50 from MatteoGioioso/feature/config-update
Browse files Browse the repository at this point in the history
Feature/config update
  • Loading branch information
MatteoGioioso authored Jul 4, 2021
2 parents c1fdae6 + 2950776 commit 35afca4
Show file tree
Hide file tree
Showing 8 changed files with 220 additions and 125 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const handler = async(event, context) => {
| maxRetries | `Integer` | Maximum number of times to retry a connection before throwing an error. | `3` |
| processCountCacheEnabled | `Boolean` | Enable caching for get process count. | `False` |
| processCountFreqMs | `Integer` | The number of milliseconds to cache lookups of process count. | `6000` |
| allowCredentialsDiffing | `Boolean` | If you are using dynamic credentials, such as IAM, you can set this parameter to `true` and the client will be refreshed | `false` |


## Note
Expand Down
5 changes: 0 additions & 5 deletions __tests__/Dockerfile

This file was deleted.

Loading

0 comments on commit 35afca4

Please sign in to comment.