alexcasalboni / alexcasalboni/ssm-cache-python
Integrate history/versioning data
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 209
- Fork
- 20
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
SSM returns this data:
```json
{
"Name": "...",
"LastModifiedDate": "...",
"Value": "...",
"Version": 3,
"Type": "String",
"ARN": "..."
}
```
We could integrate fields such as `Version` and `LastModifiedData` in the `SSMParameter` class. It would allow you to integrate them into refreshing logics or other customizations.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.