ChristopherCarson / GoogleCloudSSRS

A serverless Google Cloud function for forwarding SSRS reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run this from: 
C:\Program Files (x86)\Google\Cloud SDK>

gcloud functions deploy getReport --runtime nodejs16 --timeout 540s --region us-west2 --trigger-http --allow-unauthenticated --entry-point getReport --source C:\Users\chris\Documents\Repos\GoogleCloudSSRS

https://us-central1-cssconnections.cloudfunctions.net/getReport

About

A serverless Google Cloud function for forwarding SSRS reports


Languages

Language:JavaScript 78.5%Language:Shell 21.5%