Dan Kantor
Dan Kantor
+1 I call `getSession` to find out if the user is logged in or not. If they are not logged in, I don't want to redirect them immediately to the...
I'd love to see `UserAttributesChange` as well. Would be great for syncing changes to my app DynamoDB.
``` js { "Version": "2012-10-17", "Statement": [ { "Sid": "AllowAccessToIAM", "Effect": "Allow", "Action": [ "iam:GetUser" ], "Resource": [ "*" ] }, { "Sid": "AllowAccessToAPIGateway", "Effect": "Allow", "Action": [ "apigateway:GET", "apigateway:POST"...
Would also be great if lambdafai automatically attached events from their sources to lambdas. Here is an example of how to attach a scheduled event: ``` bash lambda add-permission --function-name...
- [x] CloudWatch Scheduled Event - [x] API Gateway Authorizer - [x] Cognito User Pools Trigger - [ ] DynamoDb Update - [ ] SQS events - [ ] SES...