0.0.178-fab8ce7-54895.92 • Published 1 year ago

gcp-function-wrapper v0.0.178-fab8ce7-54895.92

Weekly downloads
-
License
-
Repository
bitbucket
Last release
1 year ago

gcp-function-wrapper

A gcp function package.json 'wrapper' for deploying jiraz gcp-cloud functions. Usually this package needs not to be changed in any way. It is used in the deployment process of the gcp-cloud functions. The process to use a new version is manual and is as follows:

  1. do the needed changes
  2. npm run build
  3. copy dist/source-v2.zip to /infrastructure/modules/gcp/CloudFunctions (replace the existing file)
  4. commit & push the changes
  5. profit

testing

To test a new wrapper got to the gcp console and manually deploy any function using "upload zip" and the dist/source-v2.zip file.