Skip to content

Instantly share code, notes, and snippets.

@wreulicke
Last active August 29, 2019 08:29
Show Gist options
  • Save wreulicke/deb01c9c2f128237aebb22041f7ef110 to your computer and use it in GitHub Desktop.
Save wreulicke/deb01c9c2f128237aebb22041f7ef110 to your computer and use it in GitHub Desktop.
GolangでLambda with API Gatewayする場合
  • 簡単にエンドポイントはやしたい場合はこれ。github.com/aws/aws-lambda-go/events
  • http.NewServeMuxからhttp.HandlerFuncを導く方法
    • handler := mux.ServeHTTP する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment