Created
June 11, 2020 06:13
-
-
Save velotiotech/454b47d56b78ed9fadf441ce49bf8d68 to your computer and use it in GitHub Desktop.
This file contains 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] | |
Updating Lambda function code.. | |
Updating Lambda function configuration.. | |
Uploading djangoo-zapppa-sample-dev-template-1482817403.json (1.5KiB).. | |
100%|████████████████████████████████████████| 1.56K/1.56K [00:00<00:00, 6.56KB/s] | |
CloudFormation stack missing, re-deploy to enable updates | |
ERROR:Could not get API ID. | |
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 DescribeStackResource operation: Stack 'django-zappa-sa-dev' does not exist | |
Deploying API Gateway.. | |
Oh no! An error occurred! :( | |
============== | |
Traceback (most recent call last): | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 1847, in handle | |
sys.exit(cli.handle()) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 345, in handle | |
self.dispatch_command(self.command, environment) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 379, in dispatch_command | |
self.update() | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 605, in update | |
endpoint_url = self.deploy_api_gateway(api_id) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/cli.py", line 1816, in deploy_api_gateway | |
cloudwatch_metrics_enabled=self.zappa_settings[self.api_stage].get('cloudwatch_metrics_enabled', False), | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/zappa/zappa.py", line 1014, in deploy_api_gateway | |
variables=variables or {} | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/botocore/client.py", line 251, 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 513, in _make_api_call | |
api_params, operation_model, context=request_context) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/botocore/client.py", line 566, in _convert_to_request_dict | |
api_params, operation_model) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/botocore/validate.py", line 270, in serialize_to_request | |
raise ParamValidationError(report=report.generate_report()) | |
ParamValidationError: Parameter validation failed: | |
Invalid type for parameter restApiId, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'> | |
============== | |
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