最佳答案
I'm trying out Serverless to create AWS Lambdas and while creating a project using the command serverless project create
I'm getting the following error.
AccessDenied: User: arn:aws:iam::XXXXXXXXX:user/XXXXXXXXX is not authorized to perform: cloudformation:CreateStack on resource: arn:aws:cloudformation:us-east-1:XXXXXXXXX:stack/XXXXXXXXX-development-r/*
I have created a user and granted the following permissions to the user.
AWSCloudFormationFullAccess
to grant )How can I proceed? What else permissions I have to grant?