Welcome to Wellcome AWS Utils’s documentation!¶
This package is a collection of utilities written at Wellcome for interacting with AWS.
Some of these utilities are very specific to Wellcome projects, others are more generic and should be generally useful.
The best place to start is the API reference, which describes all the utilities the package provides. It’s a bit sparse at the moment, but hopefully we’ll expand it soon!
Changelog¶
This is a record of all releases of wellcome_aws_utils.
1.1.0 - 2017-11-15¶
Deprecates sns_utils.extract_json_message
in favour of sns_utils.extract_sns_messages_from_lambda_event
.
extract_sns_messages_from_lambda_event provides: - better error reporting if the event is malformed - loops over all available records from event not just the first - returns subject along with the json decoded message
This release also adds UnWellcomeException
which will be used as the base exception for new errors.
1.0.0 - 2017-11-07¶
First production release!