AWS Go SDK v2 CheatSheet
AWS SDK for Go v2 CheatSheet.
AWS SDK for Go v2 CheatSheet.
The Go programming language.
Go enforce the style when formatting code using gofmt.
Go does not have enum. You can simulate using constant integer or string by defining a type.