-
I'm using PyCharm and have tried following all articles available to try and get debugging to work. Ideally I tried getting a configuration to work as below:
![image](https://user-images.githubuser…
-
Related to #660 but different.
System: Ubuntu 16.04 x86-64
Python 2.7.12
virtualenv, pip freeze:
> botocore==1.8.22
> chalice==1.1.0
> click==6.6
> docutils==0.14
> jmespath==0.9.3
> python-d…
-
Hello,
I run chalice inside virtual env and find that every time I start a new project I need to manually move files from the project folder created to the root project folder.
It would be great…
-
Rather than [adding encrypted environment variables to my config.json file](https://github.com/aws/chalice/issues/481#issuecomment-323178711), I'd prefer to simply add them manually to Lambda (either …
-
``` File "/Users/.virtualenvs/venv/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/Users/.virtualenvs/venv/lib/python3.7/site-packages/click/core.py…
-
# Abstract
This issue proposes a mechanism for managing additional AWS resources
that may be relied on in a serverless Chalice application. In terms of
management, it will handle creates, updates…
-
I want to deploy my package with chalice package in order to use CloudFormation https://chalice.readthedocs.io/en/latest/topics/cfn.html?highlight=package
it seem that the job don't use my config.j…
-
```
chalice --version
chalice 1.26.4, python 3.8.3, linux 5.11.0-41-generic
```
```
terraform --version
Terraform v1.0.11
on linux_amd64
+ provider registry.terraform.io/hashicorp/aws v3.72.…
-
The `context` attribute does not match the implementation and docs.
https://github.com/aws/chalice/blob/a7a96df5809bc37a2174687f55760cdedcdc3ed6/chalice/app.pyi#L486-L490
Should be `chalice.loca…
ocxyz updated
2 years ago
-
We are using `chalice-local deploy` to deploy our chalice app in LocalStack lambda running inside docker container.
It successfully deployed in LocalStack with no errors.
lambda ARN also generated…