in service/middleware/middleware.go [14:19]
func init() {
// Unfortunatell AWS sends invalid JWT tokens and this flag is required to
// ensure they are parsed correctly. See e.g.
// https://github.com/golang-jwt/jwt/pull/117.
jwt.DecodePaddingAllowed = true
}