chalice-local
chalice-local copied to clipboard
Small wrapper script to use AWS Chalice with LocalStack
actual issue https://github.com/aws/chalice/issues/2051 I have cloned a working repo https://github.com/Sam1320/GroupLang I want to test and debug it locally and I am using telegram for testing but as an alternative of...
Hello everyone! Here is my chalice config: ``` { "version": "2.0", "app_name": "myapp", "stages": { "dev": { "api_gateway_stage": "api" } } } ``` The first deployment to localstack works properly....
I have installed chalice-local in a venv. Running `chalice-local deploy` gives me the following error: `16:29 $ chalice-local deploy -bash: /Users/bws/Documents/Work/Python Training/chalice-poc-rss/env/bin/chalice-local: /Users/bws/Documents/Work/Python: bad interpreter: No such file or directory`...
cannot run chalice local on windows 11 : OSError: [WinError 193] %1 is not a valid Win32 application
i just installed chalice local thru: pip install chalice-local and i created project and run thru ``` PS C:\Scopic\workspace\AngioCloud\chalice-local-test\chalice-demo-sns> chalice-local local C:\Scopic\workspace\AngioCloud\chalice-local-test\chalice-demo-sns>python C:\Users\user\AppData\Local\Programs\Python\Python37\Scripts\\chalice-local local Traceback (most recent call last): File...