You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gov2/cognito/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `gov2` fo
38
38
39
39
Code excerpts that show you how to call individual service functions.
40
40
41
-
-[Confirm a forgotten password](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L145) (`ConfirmForgotPassword`)
42
-
-[Create a user with administrator credentials](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L183) (`AdminCreateUser`)
43
-
-[Delete a user](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L168) (`DeleteUser`)
44
-
-[List the user pools](hello/hello.go#L4) (`ListUserPools`)
45
-
-[Set the password for a user with administrator credentials](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L208) (`AdminSetUserPassword`)
46
-
-[Sign up a user](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L75) (`SignUp`)
0 commit comments