chalice-local icon indicating copy to clipboard operation
chalice-local copied to clipboard

Small wrapper script to use AWS Chalice with LocalStack

Results 4 chalice-local issues
Sort by recently updated
recently updated
newest added

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`...

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...

usage
cannot-reproduce