Deploy error: cloudformation:ValidateTemplate

Hello, when I deploy a function I have the following error:

User: arn:aws:iam::xxxxxxx is not authorized to perform: cloudformation:ValidateTemplate

The user has permission to cloudformation:*. Can anyone help me with this issue?

Thanks !

Sounds like an IAM issue - check that your IAM user has the correct permissions to deploy to CloudFormation. You can do this from the AWS Console

1 Like

Thanks @hassankhan, problem solved.

CloudFormation:ValidateTemplate doesn’t support specification of multiple resources. You must specify ‘*’ as resources.

3 Likes

Glad I could help :smile: