Skip to content

Commit b7b7c2c

Browse files
feat: adding amplify cli predictions category (#1936)
1 parent 07c6243 commit b7b7c2c

File tree

85 files changed

+8228
-463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+8228
-463
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The Amplify CLI supports the commands shown in the following table.
6868
- [hosting (Amazon S3 and Amazon CloudFront distribution)](packages/amplify-category-hosting/Readme.md)
6969
- [notifications (Amazon Pinpoint)](packages/amplify-category-notifications/Readme.md)
7070
- [interactions (Amazon Lex)](packages/amplify-category-interactions/Readme.md)
71+
- [predictions (Amazon Rekognition, Amazon Textract, Amazon Translate, Amazon Polly, Amazon Transcribe, Amazon Comprehend, and Amazon SageMaker)](packages/amplify-category-predictions/Readme.md)
7172

7273
## Tutorials
7374

packages/amplify-category-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "amplify-category-analytics",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"description": "amplify-cli analytics plugin",
55
"main": "index.js",
66
"dependencies": {
7-
"amplify-category-auth": "1.7.3",
7+
"amplify-category-auth": "^1.7.4",
88
"eslint": "^4.19.1",
99
"fs-extra": "^7.0.0",
1010
"inquirer": "6.3.1",

packages/amplify-category-api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-category-api",
3-
"version": "1.7.11",
3+
"version": "1.7.12",
44
"description": "amplify-cli api plugin",
55
"main": "index.js",
66
"author": "Amazon Web Services",
@@ -10,14 +10,14 @@
1010
"lint-fix": "eslint . --fix"
1111
},
1212
"dependencies": {
13-
"amplify-category-auth": "1.7.3",
14-
"amplify-category-function": "1.7.3",
15-
"amplify-category-storage": "1.8.3",
13+
"amplify-category-auth": "^1.7.4",
14+
"amplify-category-function": "^1.7.4",
15+
"amplify-category-storage": "^1.8.4",
1616
"aws-sdk": "^2.391.0",
1717
"eslint": "^4.9.0",
1818
"fs-extra": "^7.0.0",
1919
"graphql": "^0.13.2",
20-
"graphql-relational-schema-transformer": "1.0.13",
20+
"graphql-relational-schema-transformer": "^1.0.14",
2121
"inquirer": "6.3.1",
2222
"merge-graphql-schemas": "^1.5.8",
2323
"moment": "^2.22.2",

packages/amplify-category-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-category-auth",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"description": "amplify-cli authentication plugin",
55
"main": "index.js",
66
"author": "Amazon Web Services",
@@ -13,7 +13,7 @@
1313
"test-ci": "jest --ci -i"
1414
},
1515
"dependencies": {
16-
"amplify-category-function": "1.7.3",
16+
"amplify-category-function": "^1.7.4",
1717
"aws-sdk": "^2.475.0",
1818
"chalk": "^2.4.1",
1919
"chalk-pipe": "^2.0.0",

packages/amplify-category-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "amplify-category-function",
3-
"version": "1.7.3",
3+
"version": "1.7.4",
44
"main": "index.js",
55
"description": "amplify-cli function plugin",
66
"dependencies": {
7-
"amplify-category-storage": "1.8.3",
7+
"amplify-category-storage": "^1.8.4",
88
"eslint": "^4.19.1",
99
"fs-extra": "^7.0.0",
1010
"inquirer": "6.3.1",

packages/amplify-category-hosting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-category-hosting",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "amplify-cli hosting plugin",
55
"main": "index.js",
66
"author": "Amazon Web Services",

packages/amplify-category-interactions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "amplify-category-interactions",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"main": "index.js",
55
"description": "amplify-cli interactions plugin",
66
"dependencies": {
7-
"amplify-category-auth": "1.7.3",
8-
"amplify-category-function": "1.7.3",
7+
"amplify-category-auth": "^1.7.4",
8+
"amplify-category-function": "^1.7.4",
99
"fs-extra": "^7.0.0",
1010
"fuzzy": "^0.1.3",
1111
"inquirer": "6.3.1",

packages/amplify-category-notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "amplify-category-notifications",
3-
"version": "1.4.14",
3+
"version": "1.4.15",
44
"description": "amplify-cli notifications plugin",
55
"main": "index.js",
66
"dependencies": {
7-
"amplify-category-auth": "1.7.3",
7+
"amplify-category-auth": "^1.7.4",
88
"eslint": "^4.19.1",
99
"fs-extra": "^7.0.0",
1010
"inquirer": "6.3.1",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
__tests__
3+
__mocks__
4+
coverage
5+
cfn-response.js
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"extends": "airbnb-base",
3+
"rules": {
4+
"no-param-reassign": "off",
5+
"no-return-await" : "off",
6+
"no-continue": "off",
7+
"no-await-in-loop": "off",
8+
"no-use-before-define": "off",
9+
"no-console": "off",
10+
"no-plusplus": "off",
11+
"prefer-destructuring": "off",
12+
"max-len": "off",
13+
"no-loop-func": "off",
14+
"global-require": "off",
15+
"no-inner-declarations": "off",
16+
"import/no-dynamic-require": "off",
17+
"consistent-return": "off"
18+
}
19+
}

0 commit comments

Comments
 (0)