Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for Azure Functions #363
Open
Labels
Comments
@walkerjono Thanks for posting this one! It would be great if you can contribute it as well. Should be very similar to google handler: https://github.com/cube-js/cube.js/blob/master/packages/cubejs-serverless-google/index.js but instead of pubsub there will be queue storage: https://docs.microsoft.com/en-us/azure/storage/queues/storage-nodejs-how-to-use-queues. There's also serverless.yml that should be created: cube.js/packages/cubejs-cli/templates.js Line 112 in 89aff8d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
Currently cube.js supports AWS Lambda and Google Cloud Functions (ref) as serverless technologies. It would be great if Azure Functions can also be supported
Additional context
Also happy to get my team to assist with testing if helpful. We an an Azure Cloud Platform Gold Patner.
Thanks!