package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

HandleRequest will be called when the lambda function is invoked it takes a Message and returns a Response that contains a greeting.

# Structs

Message is the input to the function and includes a Name.
Response is sent back and contains a greeting string.