Skip to content

Commit faf19d0

Browse files
author
Aaron Mulgrew
authored
Update README_Cognito_UserPools_PreSignup.md
Make the example linter approved.
1 parent 6625202 commit faf19d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

events/README_Cognito_UserPools_PreSignup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"github.com/aws/aws-lambda-go/events"
1515
)
1616

17+
// handler is the lambda handler invoked by the `lambda.Start` function call
1718
func handler(event events.CognitoEventUserPoolsPreSignup) (events.CognitoEventUserPoolsPreSignup, error) {
1819
fmt.Printf("PreSignup of user: %s\n", event.UserName)
1920
event.Response.AutoConfirmUser = true

0 commit comments

Comments
 (0)