docs(AWS API Gateway): Fix bad indentation (#8149)

This commit is contained in:
Benoit Verret 2020-08-28 15:55:52 -04:00 committed by GitHub
parent 8c3c7c4e3a
commit ed31492e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
...