Trial project base layer infrastructure
To deploy your infrastructure, follow the below steps.
After cloning this repo, from every project directory, run these commands:
-
Set your Pulimi & AWS credentials
$ export AWS_ACCESS_KEY_ID=XXXXXXXXXX $ export AWS_SECRET_ACCESS_KEY=XXXXXXXXXX $ export PULUMI_ACCESS_TOKEN=XXXXXXXXXX
-
Install the required Node.js packages:
$ npm install
-
Update the stack.
$ pulumi up