mathisve / golang-DynamoDB-SDK-Example

Short example of the 5 most common operations on the DynamoDB SDK for Golang.

Home Page:https://youtu.be/pr4x8KdIfDU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golang-DynamoDB-SDK-Example

Short example of the 5 most common operations on the DynamoDB SDK for Golang.

Video in where I go over them one by one: image

Quite a bit has changed about the code!

I noticed the code I wrote in the video was perfect for explaining DynamoDB concepts, but not so much for using it in a production environment. This is why I have slightly updated the code, but most of the pure DynamoDB related functions should be roughly the same. When in doubt, feel free ask questions!

Furthermore, I highly recommend using DynamoDB Attributes instead of writing everything explicitly. It will make your code a lot more portable and clean! Fortunately for you, I made a video about this. Find it here. Or go directly to the Github repository!

Thank you for understanding!

Read more documentation

Find the official DynamoDB docs for Golang here!

About

Short example of the 5 most common operations on the DynamoDB SDK for Golang.

https://youtu.be/pr4x8KdIfDU


Languages

Language:Go 100.0%