Skip to content

Commit ba59a1e

Browse files
docs: updated docs to include scopes
1 parent 07a6277 commit ba59a1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,10 @@ stepFunctions:
497497
type: COGNITO_USER_POOLS # TOKEN, CUSTOM or COGNITO_USER_POOLS, same as AWS Cloudformation documentation
498498
authorizerId:
499499
Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID
500+
# [Optional] you can also specify the OAuth scopes for Cognito
501+
scopes:
502+
- scope1
503+
...
500504
```
501505

502506
#### LAMBDA_PROXY request template

0 commit comments

Comments
 (0)