Metadata-Version: 2.1
Name: ssmbak
Version: 0.0.4
Summary: 
Author: Old Mouse
Author-email: github@newvoll.net
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.26.39,<2.0.0)
Requires-Dist: cfn-flip (>=1.3.0,<2.0.0)
Requires-Dist: prettytable (>=3.5.0,<4.0.0)
Description-Content-Type: text/markdown

# Intro

The AWS SSM Parameter Store is simple and great for AWS config bits,
but it only preserves 100 versions, 0 if the parameter has been
deleted. To enable point-in-time restore, including deleted versions,
we use an s3 bucket with versioning enabled as a backend, with
timestamps in metadata for use with AWS Eventbridge and Lambda. This
project includes all the pieces to both backup and restore SSM Param
paths and keys.

# Quickstart

% pip install ssmbak


