Skip to content

Instantly share code, notes, and snippets.

@WaleedAshraf
Created April 19, 2018 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WaleedAshraf/cf9042d4bb0c843b74120a48cd7a5c1f to your computer and use it in GitHub Desktop.
Save WaleedAshraf/cf9042d4bb0c843b74120a48cd7a5c1f to your computer and use it in GitHub Desktop.
Building you first Serverless app in Node.js with AWS Lambda + S3 + API Gateway
{
"Version": "2012-10-17",
"Id": "Policy1522618459372",
"Statement": [
{
"Sid": "Stmt1522618452845",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": "arn:aws:s3:::foobucketlambda/*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment