We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a6277 commit ba59a1eCopy full SHA for ba59a1e
README.md
@@ -497,6 +497,10 @@ stepFunctions:
497
type: COGNITO_USER_POOLS # TOKEN, CUSTOM or COGNITO_USER_POOLS, same as AWS Cloudformation documentation
498
authorizerId:
499
Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID
500
+ # [Optional] you can also specify the OAuth scopes for Cognito
501
+ scopes:
502
+ - scope1
503
+ ...
504
```
505
506
#### LAMBDA_PROXY request template
0 commit comments