Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit ef7d8a3

Browse files
committed
Update README.md
1 parent 5b237a3 commit ef7d8a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ The default setup of the configuration is to apply autoscaling to all tables,
7373
allowing for a no touch quick setup.
7474

7575
dynamodb-lambda-autoscale takes a different approach to autoscaling
76-
configuration compared to other community projects. Rather than making changes
77-
to a config file dynamodb-lambda-autoscale provides a function 'getTableUpdate'
78-
which must be implemented.
79-
76+
configuration compared to other community projects. Rather than making well
77+
defined changes to a config file this provides a callback function called
78+
'getTableUpdate' which must be implemented.
8079

8180
```javascript
8281
{
@@ -103,7 +102,8 @@ provisioned throughput and the consumed throughput for the past minute.
103102
Table updates will only be sent to AWS if the values are different for the
104103
current, this approach follows the popular code first pattern used in React.
105104

106-
In most cases the default 'ConfigurableProvisioner' supplied will provide
105+
In most cases the default [Config.js](./src/Config.js) which uses the supplied
106+
[ConfigurableProvisioner.js](./src/ConfigurableProvisioner.js) will provide
107107
enough functionality out of box such that additional coding is not required.
108108
The default provisioner provides the following features.
109109

@@ -133,7 +133,7 @@ implementation.
133133

134134
## Dependencies
135135

136-
dynamodb-lambda-autoscale has the following main dependencies:
136+
This project has the following main dependencies:
137137
+ aws-sdk - Access to AWS services
138138
+ winston - Logging
139139
+ dotenv - Environment variable configuration useful for lambda

0 commit comments

Comments
 (0)