-
### đź“š The doc issue
I created a config.properties file
```
model_store="model_store"
load_models=all
models = {\
"tc": {\
"1.0.0": {\
"defaultVersion": true,\
"m…
-
The goal of this issue is to enable the possibility to do a couple of things:
- Easily add events to the outbox of an event store from the client through a specific interface for it (`IEventOutbox`…
-
Greetings.
I'm trying to use the XRay SDK in combination with SSM Parameter Store. I have registered XRay for all SDK services (`AWSSDKHandler.RegisterXRayForAllServices()`. I have SSM configured t…
-
### Proposal
Besides accessing secrets from secretsmanager, similar to [secrets-store-csi-driver-provider-aws](https://github.com/aws/secrets-store-csi-driver-provider-aws), we should be able to fetc…
-
Hello, how do I solve this error
failed: ValidationError: Unable to fetch parameters [/bedrock-agent-data/GitHubConnection,/bedrock-agent-data/GitHubRepositoryURL] from parameter store for this accou…
-
Hey,
I've added the store_file parameter in order to save counter values in case pod is being restarted, and i'm getting the following error on startup:
`[error]: config error file="/fluentd/et…
-
In ECS and the task definition I use secrets stored in parameter store like:
```
"secrets":[
{
"valueFrom":"arn:aws:ssm:us-west-1:XXXXXXXXXXX:parameter/WEB_APP/DB_PASSWORD",
…
-
I have two feature requests related to optimization tracking and strategy management in Trace:
1. **Persistent Storage of Optimization Steps**
How can I store each optimization step (including p…
doxav updated
14 hours ago
-
Instead of special-handling an (RDS) proxy endpoint like we do now, one could just set `database.host` and `database.ssl.require` in Parameter Store to achieve the same result.
-
I ran into an issue where `ssm-parameter-store` was failing to run in a Python 3.12 venv because setuptools wasn't installed:
```
2024-09-27T14:31:10 File "/app/config/settings/base.py", line 24…