AWS Chalice configuration
I m trying to setup chalice hello world as mentioned in the website. I did follow the steps one by one but I am unable to deploy the chalice.
this is the error message I m getting.
Traceback (most recent call last):
File “/opt/anaconda3/lib/python3.11/site-packages/chalice/cli/factory.py”, line 176, in create_config_obj
config_from_disk = self.load_project_config()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/anaconda3/lib/python3.11/site-packages/chalice/cli/factory.py”, line 335, in load_project_config
with open(config_file) as f:
^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: ‘/Users/veerellatarun/Documents/Trading/Challice/bybitchalice/.chalice/config.json’