Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Limess
Created December 2, 2018 17:15
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 Limess/016dda578d3fbf6f3938e09c2cdef523 to your computer and use it in GitHub Desktop.
Save Limess/016dda578d3fbf6f3938e09c2cdef523 to your computer and use it in GitHub Desktop.
Example serverless deploy user IAM policy section
- Effect: Allow
Action:
- apigateway:GET
- apigateway:POST
- apigateway:GetResources
Resource: 'arn:aws:apigateway:*::/restapis'
- Effect: Allow
Action:
- apigateway:*
Resource:
- 'arn:aws:apigateway:*::/restapis/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment