-
Imperva
- California
- https://kunalanand.com
- @ka
Pinned Loading
-
AWS SigV4 & SES Walkthrough in Go
AWS SigV4 & SES Walkthrough in Go 1# AWS SigV4 & SES Walkthrough in Go
23A few years ago, I helped a non-profit organization build and deploy a series of web applications and micro-services on top of AWS. One of the services was responsible for sending out email notifications to people via AWS SES.
45Back then, I wrote a really simple program in Go that made direct calls to the AWS API. Instead of using an official library, I read the API specification, learned how to authenticate requests, and implemented a fairly trivial SDK. The code was succinct, readable, and worked perfectly for 3 years without any issues.
-
Simple reverse proxy in Go.
Simple reverse proxy in Go. 1package main
23import (
4"log"
5"net/http"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.