Manage Redis on AWS from Kubernetes
Using AWS Controller for Kubernetes and CDK for KubernetesIn this blog post, you will learn how to use ACK with Amazon EKS for creating a Redis cluster on AWS (with Amazon MemoryDB).AWS Controllers for...
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleHow to handle type conversions with the DynamoDB Go SDK
Learn with practical code samplesDynamoDB provides a rich set of data types including Strings, Numbers, Sets, Lists, Maps etc. In the Go SDK for DynamoDB, thetypes package contains Go representations...
View ArticleDynamoDB Go SDK: How to use the Scan and Batch operations efficiently
The DynamoDB Scan API accesses every items in a table (or secondary index). It is the equivalent of a select * from query. One of the things I will cover in this blog is how to use Scan API with the...
View ArticleGetting started with MSK Serverless and AWS Lambda using Go
In this blog post you will learn how to deploy a Go Lambda function and trigger it in response to events sent to a topic in a MSK Serverless cluster.PrerequisitesInfrastructure setupSend data to MSK...
View ArticleUse CDK to deploy a complete solution with Kafka, App Runner, EKS and DynamoDB
A previous blog post covered how to deploy a Go Lambda function and trigger it in response to events sent to a topic in a MSK Serverless cluster. This blog will take it a notch further. The solution...
View ArticleDeploying Go Applications to AWS App Runner: A Step-by-Step Guide
...With the managed runtime for GoIn this blog post you will learn how to run a Go application to AWS App Runner using the Go platform runtime. You will start with an existing Go application on GitHub...
View ArticleUse Golang for data processing with Amazon Kinesis and AWS Lambda
This blog post is for folks interested in learning how to use Golang and AWS Lambda to build a serverless solution. You will be using the aws-lambda-go library along with the AWS Go SDK v2 for an...
View ArticleUse AWS Controllers for Kubernetes to deploy a Serverless data processing...
In this blog post, you will be using AWS Controllers for Kubernetes on an Amazon EKS cluster to put together a solution wherein data from an Amazon SQS queue is processed by an AWS Lambda function and...
View ArticleStep-by-Step Guide to Building a Serverless Text to Speech Solution using...
The field of machine learning has advanced considerably in recent years, enabling us to tackle complex problems with greater ease and accuracy. However, the process of building and training machine...
View ArticleUse Golang for data processing with Amazon Kinesis and AWS Lambda
This blog post is for folks interested in learning how to use Golang and AWS Lambda to build a serverless solution. You will be using the aws-lambda-go library along with the AWS Go SDK v2 for an...
View ArticleGo and Redis, Better Together 🤝
I recently presented this talk at the Conf42 Golang 2023 and I thought it might be a good idea to turn it into a blog post for folks who don't want to spend 40+ mins watching the talk (it's ok, I...
View ArticleUse Golang for data processing with Amazon SNS and AWS Lambda
In this blog post, you will be using the aws-lambda-go library along with the AWS Go SDK v2 for an application that will process records from an Amazon SNS topic and store them in a DynamoDB table. You...
View ArticleUse AWS Controllers for Kubernetes to deploy a solution consisting of Lambda,...
In this blog post, you will be using AWS Controllers for Kubernetes on an Amazon EKS cluster to put together a solution where HTTP requests sent to a REST endpoint exposed by Amazon API Gateway are...
View ArticleAuto-scaling Kinesis Data Streams applications on Kubernetes
Want to learn how to auto-scale your Kinesis Data Streams consumer applications on Kubernetes, so you can save on costs and improve resource efficiency? This blog offers a step-by-step guide on how to...
View ArticleBuild a Serverless Application to Automate Invoice Processing on AWS
In this blog post, you will learn how to build a Serverless solution for invoice processing using Amazon Textract, AWS Lambda and the Go programming language. Invoices and expense receipt images...
View ArticleBuild a Serverless Application for Image Label Detection
In this blog post, you will learn how to build a Serverless solution to process images using Amazon Rekognition, AWS Lambda and the Go programming language. Images uploaded to Amazon Simple Storage...
View ArticleBuild a Serverless Application for Audio to Text conversion
Learn how to use Amazon Transcribe and AWS Lambda to build an audio to text conversion application written in GoIn this blog post, you will learn how to build a Serverless speech to text conversion...
View Article