-
-
While diagnosing an issue with a lambda layer that was missing a wheel, we @danielsotirhos and I encountered the following problems.
- Deployments shouldn't share layers. It's too risky to share th…
-
There's some really low-hanging fruit to reduce the size of Vercors releases. In particular, we still include dafny/boogie/chalice even though we don't support them anymore, and builds of z3 for all p…
-
**Describe the bug**
After deploying to prod I have started receiving an error with SSL Validation failed. boto3 is tagged at 1.15.2
**Steps to reproduce**
Don't have steps to reproduce, it only …
-
Hello!
I encountered a problem when calculating psnr on QCIF streams. When calculating psnr for low resolution streams in .json dump in the field fps gets incorrect value "inf". Moreover, this err…
-
**Describe the bug**
With botocore 1.28.0 (released 14h ago) aiobotocore 2.4.0 will fail when creating client because botocore 1.28.0 has a new required positional field `endpoint_ruleset_resolver`.
…
-
I'm trying to deploy a Chalice app using `chalice-local` to my localstack instance. However, when I attempt to run the `deploy` step, I get the following error:
```
botocore.exceptions.ClientError:…
-
I want to have my GET and PUT implementation in different functions, but have the URLs have a consistent format for the same resource. When I try to define two functions with the same path in their ro…
-
```
$ _select
lrwxr-xr-x 1 hannes staff 12 Dec 9 16:41 .active -> hannes.local
```
```
$ _select dev.shared
Revoked temporary AWS credentials.
Google Cloud application default credentials are sy…
-
I updated to chalice1.27.2, but when I run "chalice --version" it says "chalice 1.27.1".
When I was checking the update status, I found that the 25th line below in app.py, which was rewritten in vers…