IAM policy for deploy #238
-
Hi folks! I am writing to you with a problem of running Could you please provide me any information regarding each command IAM permission policy set? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@serhiiromaniuk The command
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 (Amazon ECR). The required permissions should closely match with the ones documented under Grant specific IAM permissions at AWS Serverless Application Model > Permissions. It is recommended you test the permissions in the test/staging environment before implementing the same for IAM user in production. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@serhiiromaniuk The command
lambda deploy-serverless
at high level does the following (refer DeployServerlessCommand):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…