-
### Current Behavior
hello,I meet a problem:make test failed about wandb@0.13.5 on centos8_aarch64
### Expected Behavior
the tests can passed.
### Steps To Reproduce
### Steps to reproduce the is…
-
A handy feature would be the ability to list objects. I was thinking maybe if on a get request a file isn't found, try list objects with the the path as the prefix.
I can do a PR if you think this …
-
Hi Team,
We am using Chalice with Cdk to build and deploy APIs. We are observing an weird issue in the build process. Even if we didn't include Boto3 in the requirements.txt file in the runtime fo…
-
Hi, I am trying to use dynaconf to load config file in a chalice application
I have this folder structure:
```
chalice_app
└── .env
└── app.py
└── chalicelib
├── config
├── main.…
-
~An example is~ https://github.com/DataBiosphere/azul/blob/350fe6400a7ad82f05375ae004134349a16dcb66/src/azul/service/repository_controller.py#L65, ~which caused a lot of pain on https://github.com/Dat…
-
Add documentation for the Chalice Integration (chalice-local wrapper script).
## Resources
- https://github.com/aws/chalice
- https://github.com/localstack/chalice-local
-
I'm using a package, that uses asn1crypto, with [chalice](https://github.com/aws/chalice/) and everything works fine on my local machine (Mac), an AWS EC2 (Ubuntu) and AC2 (Amazon linux, x86_64).
…
-
I am using `firebase_auth.verify_id_token(token)` to very a Firebase generated JWT in my authorizer.
This function requires internet access, so how can I set this up in Chalice?
-
(venv) xxx % python --version
Python 3.8.2
hb_handler = HoneybadgerHandler(api_key='--my api key--')
hb_handler.setLevel(logging.ERROR)
app.log.addHandler(hb_handler)
@app.lambda_function()…
-
M1 Requirements:
1. Use @maniarathi 's secret doc for deployment and rollback instructions for oncall engineer
============== Below to be done in M2
The current deployment processes looks something…