Merge pull request #3791 from ryanmurakami/cgnito

Adding Cognito User Pool Trigger documentation link
This commit is contained in:
Philipp Muens 2017-06-14 13:56:14 +01:00 committed by GitHub
commit fa6b32ce5e

View File

@ -14,7 +14,8 @@ layout: Doc
## Valid Triggers
Serverless supports all Cognito User Pool Triggers as specified [here][aws-triggers-list].
Serverless supports all Cognito User Pool Triggers as specified [here][aws-triggers-list]. Use [this guide][aws-triggers-guide] to understand
the event objects that will be passed to your function.
## Simple event definition
@ -112,4 +113,6 @@ resources:
Type: AWS::Cognito::UserPool
```
[aws-triggers-list]: http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html#cognito-user-pools-lambda-trigger-syntax-shared
[aws-triggers-guide]: http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
[aws-triggers-list]:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-lambdaconfig.html