MCPcopy Create free account
hub / github.com/aws-samples/aws-cdk-examples / init

Function init

go/restapi-lambda/lambda-handler/main.go:15–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func init() {
16}
17
18func handleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) {
19 resp := &response{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected