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.
serverless project create
With the recent updates in AWS, the following inline policy will also work.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "cloudformation:DeleteStack" ], "Resource": "*" } ] }