dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

add CAPABILITY_NAMED_IAM option in Capabilities list #119

Closed lcasartelli closed 7 years ago

lcasartelli commented 7 years ago

Add support for IAM Resources with Custom names in CloudFormation templates.

See CAPABILITY_NAMED_IAM option in Capabilities.member.N http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 61.57% when pulling 834200163110910103436733da89b0b4add511c5 on feature-capability_named_iam into ee3400ffb79466331189c18fba79046f3d1edd4e on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 61.57% when pulling 6b22b7532116fca96d0d76d752007de1de2cd207 on feature-capability_named_iam into ee3400ffb79466331189c18fba79046f3d1edd4e on master.

lusentis commented 7 years ago

@lcasartelli please rebase ($ git pull && git rebase master), resolve merge conflicts and push. Thanks! :)