Copyright (C) 2021, Axis Communications AB, Lund, Sweden. All Rights Reserved.
This directory hosts the necessary code to follow the instructions detailed in Send images to Google Cloud Storage on Axis Developer Documentation.
images-to-google-cloud-storage
├── src
│ ├── env.js - Exports environment variables
│ ├── index.js - Exports the function handler
│ ├── package-lock.json - npm package lock file
│ └── package.json - npm package
├── create-cloud-resources.sh - Bash script to create GCP resources
├── delete-cloud-resources.sh - Bash script to delete GCP resources
└── openapi.yaml - OpenAPI specification template