MCPcopy Create free account
hub / github.com/serverless/examples / BodyResponse

Struct BodyResponse

aws-golang-http-get-post/postFolder/postExample.go:16–18  ·  view source on GitHub ↗

BodyResponse is our self-made struct to build response for Client

Source from the content-addressed store, hash-verified

14
15// BodyResponse is our self-made struct to build response for Client
16type BodyResponse struct {
17 ResponseName string `json:"name"`
18}
19
20// Handler function Using AWS Lambda Proxy Request
21func Handler(request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected