Tag: golang
All the articles with the tag "golang".
-
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.
-
Choosing Go when Building Lambdas
So you've decided to build your first or your 500th Lambda function with AWS. Congratulations! That in and of itself is a great decision that will set you up on a solid foundation for operational exce
-
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,
-
Canary Deployment for AWS Lambda
In life, when working on anything, small and iterative changes give us the best opportunity for feedback and learning. And it's through that feedback and failure even that we get better. The same thin
-
Parsing a Parquet file with Golang
parsing Apache Parquet format stored in S3 using Golang
-
Streaming DynamoDB to EventBridge Pipes
Stream AWS DynamoDB changes to a Lambda via AWS EventBridge Pipes, Rules and CDK