@aws-mdaa/datawarehouse 1.4.0 → 1.5.0

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 CHANGED
@@ -57,7 +57,7 @@ Add the following snippet to your mdaa.yaml under the `modules:` section of a do
57
57
 
58
58
  ```yaml
59
59
  datawarehouse: # Module Name can be customized
60
- module_path: "@aws-caef/datawarehouse" # Must match module NPM package name
60
+ module_path: "@aws-mdaa/datawarehouse" # Must match module NPM package name
61
61
  module_configs:
62
62
  - ./datawarehouse.yaml # Filename/path can be customized
63
63
  ```