mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #3791 from ryanmurakami/cgnito
Adding Cognito User Pool Trigger documentation link
This commit is contained in:
commit
fa6b32ce5e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user