SSM helpers

What is this?

The following methods are added to clients instantiated using Betterboto:

Methods

betterboto.ssm.put_parameter_and_wait(self, Name, **kwargs)[source]

This will call put_parameter and ensure it has been successfully put by checking it

Parameters
  • self – ssm client

  • Name – The fully qualified name of the parameter that you want to add to the system

  • kwargs – These args are passed through to ssm.put_parameter

Returns

ssm.get_parameter.response