words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Pulumi
09
Jun 2025
Use `protoc` bin instead of building from source in `bazel`
I work on a project that uses `pulumi` automation api, which in turn uses `protobuf`. I think there are other bits in `...
06
Jun 2025
Build and push container image using bazel
I am building a small [golang](/tags/golang) [webapp](/tags/webapp), and I want to push a [container](/tags/oci) up for...
14
Nov 2023
How to run your lambda code locally as its role (for testing)
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not ...
08
Nov 2023
Streaming Progress With Pulumi Automation API
When using the pulumi automation API, you lose some of the niceties of the pulumi CLI, like having to set up command li...
07
Nov 2023
Bazel + Pulumi Automation API. Deploying an inline stack along with Pulumi.[stack].yaml
I believe in CI/CD/CD as in Continuous, integration, delivery and deployment. As part of this, I am setting up a workfl...
01
Nov 2023
Including a built artifact in another target (Bazel, golang)
We use pulumi to do IaC and we use a monorepo with Bazel as the build tool. We have out modules set out as following O...