This repo is a Pulumi Package used to deploy Metabase on AWS using Fargate.
It's written in Go, but thanks to Pulumi's multi language SDK generating capability, it create usable SDKs for all of Pulumi's supported languages
⚠️ This package is a work in progress: Please do not use this in a production environment!
But if you need to build it yourself, run the following command to build and install the plugin in the correct folder (resolved automatically based on the current Operating System):
make install
You need to install your desired language SDK using your languages package manager.
pip3 install pulumi_metabase
npm install @pulumi/metabase
go get -t github.com/pulumi/pulumi-metabase/sdk
Once you've installed all the dependencies, you can use the library like any other Pulumi SDK. See the examples directory for examples of how you might use it.