alexcasalboni / alexcasalboni/ssm-cache-python
Integrate history/versioning data
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 209
- Forks
- 20
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.