Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating change set with iam role #22

Open
vdanniel opened this issue Aug 5, 2020 · 1 comment
Open

creating change set with iam role #22

vdanniel opened this issue Aug 5, 2020 · 1 comment

Comments

@vdanniel
Copy link

vdanniel commented Aug 5, 2020

unable to add [--role-arn ] to the the create change set.

@kelvintaywl
Copy link

from what I can tell, it looks up [the provider.cfnRole settings instead] (

params.RoleARN = plugin.serverless.service.provider.cfnRole
)

Come Serverless 3.0, however, the provider.cfnRole is deprecated in favor of provider.iam.deploymentRole.
So i think this library would need to be updated for that....

See https://www.serverless.com/framework/docs/deprecations/#PROVIDER_IAM_SETTINGS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants