Skip to content

A sample/mock Looker Action that can be deployed to Google Cloud Functions (or mocked locally)

Notifications You must be signed in to change notification settings

Matt-White12/sample-cloud-function-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Mock ActionHub for local or serverless (GCF) use

screenshot

Local deployment with local Looker instance

See gcf-mock/README.md

Cloud Deployment to Google Cloud Functions

More details to come. Here's the gist:

  1. Deploy Action to Google Cloud Functions
    • Specify action as the directory where the function/module is defined
    • Specify httpHandler as the exported function to call
    • Environment variables
      • CALLBACK_URL_PREFIX (e.g. https://<region>-<project>.cloudfunctions.net/<function>)
      • EXPECTED_LOOKER_SECRET_TOKEN (choose any random string)
  2. Configure Looker instance
    • /admin/actions
      • Enter the expected secret token from step 1

About

A sample/mock Looker Action that can be deployed to Google Cloud Functions (or mocked locally)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%