@things-factory/aws-base 6.2.84 → 6.2.88

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.
@@ -0,0 +1,20 @@
1
+ # athena
2
+
3
+ AWS의 athena 설정
4
+
5
+ ## 예시
6
+
7
+ ```
8
+ module.exports = {
9
+ athena: {
10
+ accessKeyId: 'YOUR ACCESS KEY ID',
11
+ secretAccessKey: 'YOUR SECRET ACCESS KEY',
12
+ region: 'YOUR S3 REGION',
13
+ options: {
14
+ retry: 200,
15
+ getStats: true,
16
+ formatJson: true
17
+ }
18
+ }
19
+ }
20
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/aws-base",
3
- "version": "6.2.84",
3
+ "version": "6.2.88",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "author": "heartyoh <heartyoh@hatiolab.com>",
@@ -23,10 +23,10 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/auth-base": "^6.2.84",
27
- "@things-factory/shell": "^6.2.84",
26
+ "@things-factory/auth-base": "^6.2.88",
27
+ "@things-factory/shell": "^6.2.88",
28
28
  "athena-express": "^7.1.4",
29
29
  "aws-sdk": "^2.1096.0"
30
30
  },
31
- "gitHead": "3c272e989acc14bbd02f4ec79624dfd7dc4e6acd"
31
+ "gitHead": "700ee6ac193bb6b6bc4f1a569c3ca046a7a049ee"
32
32
  }