Skip to content

IAM policy for deploy #238

Discussion options

You must be logged in to vote

@serhiiromaniuk The command lambda deploy-serverless at high level does the following (refer DeployServerlessCommand):

  • Validates the S3 bucket region.
  • Uploads the processed CloudFormation template to S3 bucket.
  • Describes existing CloudFormation stack with the name passed to the command.
  • Create S3 presigned URL if the template was uploaded to S3 bucket.
  • Create/Update CloudFormation changeset.
  • Query the changeset.
  • Create CloudFormation resources (by submitting changeset request)

You should have appropriate read/write access to the following services: AWS CloudFormation, IAM, Lambda, Amazon API Gateway, Amazon Simple Storage Service (Amazon S3), and Amazon Elastic Container Registry (Amazo…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. module/cli-ext
2 participants