Implement support for SSM parameter store

This commit adds initial support for the Simple System Manager client.

It currently only mocks the following api endpoints:
 - delete_parameter()
 - put_parameter()
 - get_parameters()
This commit is contained in:
Michael van Tellingen 2017-04-18 19:09:10 +02:00
commit 783a1d73b4
8 changed files with 255 additions and 0 deletions

View file

@ -46,3 +46,4 @@ Moto is written by Steve Pulec with contributions from:
* [Justin Wiley](https://github.com/SectorNine50)
* [Adam Stauffer](https://github.com/adamstauffer)
* [Guy Templeton](https://github.com/gjtempleton)
* [Michael van Tellingen](https://github.com/mvantellingen)