Skip to content

Instantly share code, notes, and snippets.

View khetzl's full-sized avatar

Kristof Hetzl khetzl

View GitHub Profile
@khetzl
khetzl / main.go
Created April 16, 2025 13:25
AWS ddb timing issue
import (
"context"
"fmt"
"log"
"net/http"
"sync"
"time"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
awshttp "github.com/aws/aws-sdk-go-v2/aws/transport/http"