Skip to content

Commit

Permalink
manage_iam is now manage_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Jones committed Aug 11, 2016
1 parent 54383f1 commit 56ab4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zappa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def deploy(self):
self.execute_prebuild_script()

# Make sure the necessary IAM execution roles are available
if self.manage_iam:
if self.manage_roles:
self.zappa.create_iam_roles()

# Create the Lambda Zip
Expand Down

0 comments on commit 56ab4ba

Please sign in to comment.