aws_lambda_events 0.6.3

AWS Lambda event definitions
Documentation
1
2
3
4
5
6
7
8
9
{
  "isAuthenticated":true,
  "principalId": "xxxxxxxx",
  "disconnectAfterInSeconds": 86400,
  "refreshAfterInSeconds": 300,
  "policyDocuments": [
    "{ \"Version\": \"2012-10-17\", \"Statement\": [ { \"Action\": [\"iot:Subscribe\"], \"Effect\": \"Allow\", \"Resource\": [\"*\"] } ] }"
  ]
}