Skip to content

Commit

Permalink
feat(gcp): added gcp handler
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Dec 26, 2022
1 parent 29b8320 commit eef1183
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 51 deletions.
165 changes: 154 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"@deepkit/http": ">= 1.0.1-alpha.74",
"@deepkit/type": ">= 1.0.1-alpha.74",
"@deepkit/type-compiler": ">= 1.0.1-alpha.74",
"@google-cloud/functions-framework": "^3.1.3",
"@hapi/hapi": "^20.2.2",
"@microsoft/api-documenter": "7.19.24",
"@microsoft/api-extractor": "7.33.6",
Expand Down Expand Up @@ -133,6 +134,7 @@
"@apollo/server": ">= 4.0.0",
"@azure/functions": ">= 2.0.0",
"@deepkit/http": ">= 1.0.1-alpha.74",
"@google-cloud/functions-framework": ">= 3.0.0",
"@hapi/hapi": ">= 20.0.0",
"@trpc/server": ">= 9.0.0",
"@types/aws-lambda": ">= 8.10.92",
Expand Down Expand Up @@ -163,6 +165,9 @@
"@deepkit/http": {
"optional": true
},
"@google-cloud/functions-framework": {
"optional": true
},
"@hapi/hapi": {
"optional": true
},
Expand Down
1 change: 1 addition & 0 deletions src/handlers/base/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './raw-request';
Loading

0 comments on commit eef1183

Please sign in to comment.