Remove golang
article thumbnail

Stubbing AWS Service calls in Golang

Xebia

I recently switched to Golang for my language of choice. (In So how do you do this in Golang? Photo by Klaus Nielsen The post Stubbing AWS Service calls in Golang appeared first on Xebia. In my previous blog you can read why.) But I am also a big fan of test driven development. In this blog I will share my experience so far.

AWS 130
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

In this blog I will show you how to create and deploy a Golang AWS CloudFormation custom provider in less than 5 minutes using a copier template. Fortunately, there is a Golang library go-containerregistry to do the trick. Creating a custom resource in CloudFormation is really simple. This copier template has it all!

AWS 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The use of "annotations" boosted our productivity in Golang

Xebia

Example fragment of our golang code: package tourdefrance // @RestService( path="/api/tour" ) type TourDeFranceService struct{} type EtappeResult struct{. } // @RestOperation( method="PUT", path="/{year}/etappe/{etappeUid}" ) func (ts *TourService) addEtappeResults(c context.Context, year int, etappeUid string, results EtappeResult) error { //.

article thumbnail

The use of “annotations” boosted our productivity in Golang

Xebia

The use of "annotations" boosts our productivity in Golang. The post The use of “annotations” boosted our productivity in Golang appeared first on Xebia Blog. The go standard library allows you to parse go-code into your own meta model.

article thumbnail

Measuring Code Coverage of Golang Binaries with Bincover

Confluent

Here's a deep dive on how we implemented Bincover, a simple, open source tool for measuring code coverage of Golang binaries.

article thumbnail

Implementing NATS JetStream as Queues in Golang

Dzone - DevOps

This decision led us to explore the integration of NATS JetStream with Golang , which ultimately served as the basis for this article. Recently, we faced the challenge of selecting a message queue system for a new project in our microservice architecture. After conducting extensive research and evaluation, we chose NATS JetStream.

article thumbnail

What Made Golang So Popular?

TurnKey Labs

Golang has gained tremendous popularity in software products in recent years. But what has led to its meteoric rise in popularity? Is it the language’s powerful features, its intuitive syntax, or maybe even its quirky mascot, the gopher?