@node-in-layers/aws 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npm install @node-in-layers/aws
|
|
|
10
10
|
|
|
11
11
|
## Config
|
|
12
12
|
|
|
13
|
-
The config app provides a globals file, that will take your configuration object, see if there are parameter store and secrets manager objects in it. If there are, it will
|
|
13
|
+
The config app provides the ability to have configurations inside a config file that use values from Parameter store and Secrets manager. In order to do this, the config app provides a globals file, that will take your configuration object, see if there are parameter store and secrets manager objects in it. If there are, it will reach out to each of those services to find and the replace them within the config.
|
|
14
14
|
|
|
15
15
|
### How To Use
|
|
16
16
|
|