words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Golang
07
Jul 2025
Projector: Keep YouTube Descriptions synced
In my [previous post](./projector-Hugo.md), I used [hugo](https://gohugo.io/) to generate correctly linked, always up t...
05
Jul 2025
Inscribe: Updating frontmatter in-place with Go and yaml.Node
While building [a little tool to sync up YouTube video descriptions from hugo](../wordsonsand/projector-sync.md), I nee...
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 ...
13
Nov 2023
Separating out integration tests for golang in Bazel
There are many kinds of automated tests and two main kinds are integration tests and unit tests. Unit tests are design...
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...
08
Nov 2023
How to get current Function URL (aws-lambda + golang)
When deploying a function lambda that needs details of its own function URL. It\'s an OAuth Callback, and needs to calc...
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...