I tried to clone the repo and built in my AWS.
I divided for three part: fronted, ping_from_region, and scheduled_functions
I had stocked in the ping_from_region.
I build a venv(../venv) which with Python 3.10.13. I tried the simple one[1] to build a "hello world" web.
It worked. But when I use "chailce deploy" in the ./ping_from_region. It showed ”Resources deployed:“ and nothing after that.
How should I do to fix this problem?
Ref:
[1]https://github.com/aws/chalice
I tried to clone the repo and built in my AWS.
I divided for three part: fronted, ping_from_region, and scheduled_functions
I had stocked in the ping_from_region.
I build a venv(../venv) which with Python 3.10.13. I tried the simple one[1] to build a "hello world" web.
It worked. But when I use "chailce deploy" in the ./ping_from_region. It showed ”Resources deployed:“ and nothing after that.
How should I do to fix this problem?
Ref:
[1]https://github.com/aws/chalice