Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response code.
See original GitHub issueI did:
- created a IAM with full
administrativeAccess
- Install Zappa on venv
- Init Zappa
- Zappa deploy dev
Now getting error. I am confusing with AWS ROLE and Groups as well.
ERROR:
Deploying API Gatewayβ¦ Error: Warning! Status check on the deployed lambda failed. A GET request to β/β yielded a 500 response code.
Here is the full result:
(venv) selim@sr ms % zappa deploy dev
Calling deploy for stage dev..
Downloading and installing dependencies..
- typed-ast==1.4.1: Using locally cached manylinux wheel
- pycrypto==2.6.1: Using precompiled lambda package
- psycopg2-binary==2.8.4: Using locally cached manylinux wheel
- markupsafe==1.1.1: Using locally cached manylinux wheel
- lazy-object-proxy==1.4.3: Using locally cached manylinux wheel
- greenlet==0.4.15: Using locally cached manylinux wheel
- gevent==1.4.0: Using locally cached manylinux wheel
- cryptography==2.8: Warning! Using precompiled lambda package version 1.9 instead!
- coverage==5.0.3: Using locally cached manylinux wheel
- cffi==1.13.2: Using locally cached manylinux wheel
- sqlite==python3: Using precompiled lambda package
Packaging project as gzipped tarball.
WARNING: Target directory /Users/selim.bongo/Sites/python/ms/handler_venv/lib/python3.6/site-packages/zappa already exists. Specify --upgrade to force replacement.
WARNING: Target directory /Users/selim.bongo/Sites/python/ms/handler_venv/lib/python3.6/site-packages/zappa-0.48.2.dist-info already exists. Specify --upgrade to force replacement.
Downloading and installing dependencies..
- sqlite==python3: Using precompiled lambda package
Packaging project as zip.
Uploading dev-1580015449.tar.gz (41.0MiB)..
100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 43.0M/43.0M [00:11<00:00, 3.64MB/s]
Uploading handler_dev-1580015525.zip (11.7MiB)..
100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 12.2M/12.2M [00:01<00:00, 6.32MB/s]
Uploading dev-template-1580015553.json (1.6KiB)..
100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1.66K/1.66K [00:00<00:00, 10.3KB/s]
Waiting for stack dev to create (this can take a bit)..
100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 4/4 [00:09<00:00, 2.81s/res]
Deploying API Gateway..
Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response code.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:25
Top Results From Across the Web
Status check on the deployed lambda failed. A GET request to ...
Error : Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response code. β½ Struct ....
Read more >Troubleshoot Lambda 502 and 500 errors - Amazon AWS
If you get a 500 error, check the AWS Service Health Dashboard to determine if Lambda is unavailable. For more information, see Is...
Read more >3 years, 5 months ago - codingforentrepreneurs.com
I am getting this error Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 502 response...
Read more >200 OK - HTTP - MDN Web Docs
The HTTP 200 OK success status response code indicates that the request has succeeded. A 200 response is cacheable by default.
Read more >Error handling - Apollo GraphQL Docs
Setting HTTP status code and headers Β· If Apollo Server hasn't correctly started up or is in the process of shutting down, it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
my
zappa_settings
β¦ this is working perfectly. :@selimppc Thanks !! worked!!