Tag: golang
All the articles with the tag "golang".
-
Golang Private Module with CDK CodeBuild
Even experienced builders run into things from time to time that they haven't seen before and this causes them some trouble. I've been working with CDK, CodePipeline, CodeBuild and Golang for several
-
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
Using CDK for building Golang Lambda functions is a super simple process and easy enough to work with. It is well documented and is a subclass of the `Function` class defined in `aws-cdk-lib/aws-lambd
-
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