@aws-mdaa/datawarehouse 1.3.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
  ```
@@ -116,8 +116,8 @@ subnetIds:
116
116
  #Example: 'Sun:23:45-Mon:00:15'
117
117
  preferredMaintenanceWindow: Sun:23:45-Mon:00:15
118
118
 
119
- # Port the cluster will listen on (defaults to 5439)
120
- clusterPort: 54390
119
+ # Port the cluster will listen on (defaults to 5440)
120
+ clusterPort: 5440
121
121
 
122
122
  # Ingress rules to be added to the cluster security group.
123
123
  # All other traffic will be blocked