-
`chalice deploy` works fine but when I try to generate a cloudformation template, I get:
```
$ chalice generate-pipeline file
Traceback (most recent call last):
File "/home/q/.virtualenvs/chalic…
-
Hello everyone!
Here is my chalice config:
```
{
"version": "2.0",
"app_name": "myapp",
"stages": {
"dev": {
"api_gateway_stage": "api"
}
}
}
```
The first deplo…
-
I'm trying to write a chalice app for scheduled events.
```
import logging
from chalice import Chalice
from chalice.app import Cron
app = Chalice(app_name='import_blogs')
# Enable DEBUG logs…
-
As a feature request,
it would be great if one could specify api gateway cache settings in chalice directly per view.
Currently new deployments will overwrite stage settings.
-
#### Your system information
* System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/):
* Have you checked for system updates?: [Yes/No] Ye…
-
-
**Describe the issue**
Sessions by Users analytic in the dashboard there is always empty, even though got implemented record User name function in the code based and OpenReplay record successfully in…
-
Documentation states that all environment variables, global or per-stage, should be set in `.chalice/config.json`.
However, assuming `config.json` is committed to source control, this is a bad prac…
-
I installed the following libraries
chalice==1.28.0
apispec==6.3.0
chalice_spec==0.6.0
pydantic==2.0.3
My initialization code is this:
```
spec = APISpec(
title='test-with-openapi-v3…
-
> Created by **@mschwerhoff** on 2014-01-24 12:41
> Last updated on 2014-02-21 07:47
Translating the attached Chalice program results in the attached SIL program which declares but doesn't use severa…