Skip to content

Commit

Permalink
Apigw revert (aws-amplify#8690)
Browse files Browse the repository at this point in the history
* Revert "fix: stack generation logic when multiple paths ref same Lambda (aws-amplify#8673)"

This reverts commit fdbab02.

* Revert "fix: capitalization for filter, e2e test (aws-amplify#8667)"

This reverts commit e4f83fc.

* Revert "fix: pushing multiple APIs at a time (aws-amplify#8663)"

This reverts commit 4ff68bb.

* Revert "fix: broken path on build-override"

This reverts commit 712c043.

* Revert "feat: extensibility for REST APIs (aws-amplify#8598)"

This reverts commit 9822117.
  • Loading branch information
akshbhu committed Nov 8, 2021
1 parent 59e5dab commit 87b58e9
Show file tree
Hide file tree
Showing 96 changed files with 2,185 additions and 2,819 deletions.
1 change: 0 additions & 1 deletion packages/amplify-category-api/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
**/__mocks__/**
**/__tests__/**
./src
!resources/overrides-resource/tsconfig.json
tsconfig.json
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion packages/amplify-category-api/amplify-plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api",
"type": "category",
"commands": ["add-graphql-datasource", "add", "console", "gql-compile", "override", "push", "rebuild", "remove", "update", "help"],
"commands": ["add-graphql-datasource", "add", "console", "gql-compile", "push", "rebuild", "remove", "update", "help"],
"commandAliases": {
"configure": "update"
},
Expand Down
9 changes: 4 additions & 5 deletions packages/amplify-category-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-amplify/amplify-category-api",
"version": "1.0.0",
"name": "amplify-category-api",
"version": "2.33.2",
"description": "amplify-cli api plugin",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,7 @@
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"test": "jest",
"generateSchemas": "ts-node ./scripts/generateApiSchemas.ts"
"test": "jest"
},
"dependencies": {
"@aws-cdk/assets": "~1.124.0",
Expand Down Expand Up @@ -79,7 +78,7 @@
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"ora": "^4.0.3",
"uuid": "^8.3.2"
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0"
Expand Down
Loading

0 comments on commit 87b58e9

Please sign in to comment.