• This project
    • Loading...
  • Sign in

서승완 / kappa

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kappa
  • samples
  • sns
  • LambdaSNSSamplePolicy.json
  • Mitch Garnaat's avatar
    WIP Commit. Updating to use new GA version of the Lambda API. Also moving from… · 2bbf5fac ...
    2bbf5fac
    … botocore to boto3.  Also adding SNS example.  No longer using CloudFormation for policies since we only need one and CloudFormation does not yet support managed policies.  Haven't updated any tests yet so they will all be failing for now.  Also need to update README.
    Mitch Garnaat authored 2015-04-23 08:26:16 -0700
LambdaSNSSamplePolicy.json 228 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
{
  "Version": "2012-10-17",
  "Statement":[
    {
      "Sid":"Stmt1428510662000",
      "Effect":"Allow",
      "Action":["dynamodb:*"],
      "Resource":["arn:aws:dynamodb:us-east-1:084307701560:table/snslambda"]
    }
  ]
}