Created
May 20, 2018 16:20
-
-
Save rishabhp91/fff314b4927610204cb94509d27ba1c0 to your computer and use it in GitHub Desktop.
Zappa deployment - PutRole Issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading and installing dependencies.. | |
100%|████████████████████████████████████████████| 44/44 [00:05<00:00, 7.92pkg/s] | |
Packaging project as zip.. | |
Uploading django-zappa-sample-dev-1482817370.zip (8.8MiB).. | |
100%|█████████████████████████████████████████| 9.22M/9.22M [00:17<00:00, 527KB/s] | |
Scheduling... | |
Oh no! An error occurred! :( | |
============== | |
Traceback (most recent call last): | |
Traceback (most recent call last): | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 2610, in handle | |
sys.exit(cli.handle()) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 505, in handle | |
self.dispatch_command(self.command, stage) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 539, in dispatch_command | |
self.deploy(self.vargs['zip']) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 800, in deploy | |
self.zappa.add_binary_support(api_id=api_id, cors=self.cors) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/core.py", line 1490, in add_binary_support | |
restApiId=api_id | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/botocore/client.py", line 314, in _api_call | |
return self._make_api_call(operation_name, kwargs) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/botocore/client.py", line 612, in _make_api_call | |
raise error_class(parsed_response, operation_name) | |
ClientError: An error occurred (ValidationError) when calling the PutRole operation: Provided role 'arn:aws:iam:484375727565:role/lambda_basic_execution' cannot be assumed by principal | |
'events.amazonaws.com'. | |
============== | |
Need help? Found a bug? Let us know! :D | |
File bug reports on GitHub here: https://github.com/Miserlou/Zappa | |
And join our Slack channel here: https://slack.zappa.io | |
Love!, | |
~ Team Zappa! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment