Skip to content

Commit 8797786

Browse files
committed
Regenerate README for Go Cognito.
1 parent e547be1 commit 8797786

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gov2/cognito/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `gov2` fo
3838

3939
Code excerpts that show you how to call individual service functions.
4040

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`)
47-
- [Start authentication](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L103) (`InitiateAuth`)
48-
- [Start forgotten password flow](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L128) (`ForgotPassword`)
49-
- [Update a user pool](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L26) (`UpdateUserPool`)
41+
- [AdminCreateUser](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L183)
42+
- [AdminSetUserPassword](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L208)
43+
- [ConfirmForgotPassword](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L145)
44+
- [DeleteUser](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L168)
45+
- [ForgotPassword](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L128)
46+
- [InitiateAuth](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L103)
47+
- [ListUserPools](hello/hello.go#L4)
48+
- [SignUp](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L75)
49+
- [UpdateUserPool](../workflows/user_pools_and_lambda_triggers/actions/cognito_actions.go#L26)
5050

5151
### Scenarios
5252

0 commit comments

Comments
 (0)