Tag: cdk
All the articles with the tag "cdk".
-
Golang Private Module with CDK CodeBuild
Golang private modules in AWS CodeBuild require specific configuration with .netrc files and GOPRIVATE variables in your CDK CodePipeline setup.
-
Custom API Gateway Authorizer with Golang
One of the nice things about building with Serverless is that you can design things in a way that the pieces are composeable. This means that you can put logic cohesively with other like-minded logic
-
Building Golang Lambda Functions
Golang Lambda functions with CDK explored through entry points, runtime selection, environment variables, and linker flags to reduce binary size.
-
Testing Step Function workflows Locally
If you've been following along for a bit, you know how much of a fan of Serverless I am. And even more specifically, how much I love Step Functions. If you have the problem of needing a highly availab
-
CDK ASL Definition Extractor
I've been working a good bit lately to push testing down when using Step Functions and building some patterns with AWS State Machines Locally. In that same spirit, I'm wanting to be able to create the
-
Cross-Origin Allowlist with API Gateway
Cross-Origin Resource Sharing is a topic that most developers don't generally like to talk about it. It is usually a higher-level item that "is just in place" when building and shipping APIs. However,
-
EventBus Mesh
EventBus Mesh pattern connects multiple EventBridge buses to isolate microservice boundaries while enabling cross-domain event-driven communication.
-
Subscribe SNS to EventBridge Pipes
I've been thinking and working hard on how I can start to introduce EventBridge and Pipes into some of my existing applications. Unfortunately, I have SNS in front of a lot of my service code and you