mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
docs(AWS API Gateway): Fix bad indentation (#8149)
This commit is contained in:
parent
8c3c7c4e3a
commit
ed31492e1d
@ -1540,8 +1540,8 @@ functions:
|
||||
type: COGNITO_USER_POOLS # TOKEN or REQUEST or COGNITO_USER_POOLS, same as AWS Cloudformation documentation
|
||||
authorizerId:
|
||||
Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID
|
||||
scopes: # Optional - List of Oauth2 scopes when type is COGNITO_USER_POOLS
|
||||
- myapp/myscope
|
||||
scopes: # Optional - List of Oauth2 scopes when type is COGNITO_USER_POOLS
|
||||
- myapp/myscope
|
||||
|
||||
deleteUser:
|
||||
...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user