@things-factory/aws-base 7.0.0-alpha.0 → 7.0.0-alpha.6

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.
@@ -1,4 +1,7 @@
1
- module.exports = {
1
+ /**
2
+ * AWS Athena configuration
3
+ *
4
+ {
2
5
  athena: {
3
6
  accessKeyId: 'YOUR ACCESS KEY ID',
4
7
  secretAccessKey: 'YOUR SECRET ACCESS KEY',
@@ -9,4 +12,7 @@ module.exports = {
9
12
  formatJson: true
10
13
  }
11
14
  }
12
- }
15
+ }
16
+ */
17
+
18
+ module.exports = {}
@@ -1,4 +1,7 @@
1
- module.exports = {
1
+ /**
2
+ * AWS Athena configuration
3
+ *
4
+ {
2
5
  athena: {
3
6
  accessKeyId: 'YOUR ACCESS KEY ID',
4
7
  secretAccessKey: 'YOUR SECRET ACCESS KEY',
@@ -9,4 +12,7 @@ module.exports = {
9
12
  formatJson: true
10
13
  }
11
14
  }
12
- }
15
+ }
16
+ */
17
+
18
+ module.exports = {}