How to run your lambda code locally as its role (for testing)
485 words, ~1 min read
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not …
from shri at drone-ah.com
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not …
You can add it to your ~/.bazelrc (it needs the path to be absolute)
From our integration tests, we run …
There are many kinds of automated tests and two main kinds are integration tests and unit tests.
Unit tests are designed …
When using the pulumi automation API, you lose some of the niceties of the pulumi CLI, like having to set up command …
When deploying a function lambda that needs details of its own function URL. It's an OAuth Callback, and needs to …
I believe in CI/CD/CD as in Continuous, integration, delivery and deployment. As part of this, I am setting up a …
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
One …
Using Visual Studio for C++ and Google Test seems like it should be absolutely straightforward. I'm trying to do …
For some reason, ssh does not clean up after itself in terms of updating the terminal title when you disconnect.
Here is …
I ran into several issues while trying to get this to work. Here are the steps I had to complete to get it working. …