Solution Architect / Enterprise Architect / Principal Advisor

AWS

Category — AWS 3 posts
AWS 20 min Intermediate

AWS CDK Static Web + API Multiple Branches in One Account

With one development team working on a single project in multiple branches, it may be advantageous to deploy each branch in an isolated manner that grants other developers and product owners access to a…

AWS 2 min Intermediate

Using AWS CDK with dotenv -r and TypeScript

Note, I prefer the node --require option of loading .env variables over importing or requiring in application code.

AWS 2 min Intermediate

AWS OpenSearch Search Request Logging

This one took some time to figure out, and the AWS documentation Monitoring audit logs in Amazon OpenSearch Service did not point directly to how to log inbound REST search requests to OpenSearch to…