Skip to content

Instantly share code, notes, and snippets.

@JNaeemGitonga
Created December 29, 2019 17:14
Show Gist options
  • Save JNaeemGitonga/1b9e63017ff30707d2c9315e94fd92e8 to your computer and use it in GitHub Desktop.
Save JNaeemGitonga/1b9e63017ff30707d2c9315e94fd92e8 to your computer and use it in GitHub Desktop.
func defaultReturn() (events.APIGatewayProxyResponse, error) {...}
func defaultReturn() (events.APIGatewayProxyResponse, error) {
return events.APIGatewayProxyResponse{
Body: "whatever you did, it worked!",
StatusCode: 200,
}, nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment