Daniel Sullivan

Results 6 issues of Daniel Sullivan

*Description of changes:* - Added python3.9 as an available lambda platform By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0...

Added an optional semaphore that tells get_events to stop. Also, added a stop_events to cleanly tell the accessory to stop sending events to us. Combined some of the functionality of...

[AWS::LakeFormation::Permissions Resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-permissions-resource.html) and [AWS::LakeFormation::PrincipalPermissions Resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-resource.html) have different attributes, but are treated identically in Troposphere. I'm guessing that [`lakeformation.PrincipalPermissions`](https://github.com/cloudtools/troposphere/blob/759496c4d2ed3fec6fcb7315b98fa9bf7e2335b2/troposphere/lakeformation.py#L212) and [`lakeformation.Permissions`](https://github.com/cloudtools/troposphere/blob/759496c4d2ed3fec6fcb7315b98fa9bf7e2335b2/troposphere/lakeformation.py#L197) should probably reference different `ResourceProperty` classes.

Watches for changes to config.json and reloads config. Updated version of #357. Addresses some of the notes on that pull request, cherry picked on to current code base, and improved...

Implements basic handling of a database (repositories and indices) that are read only, intended to work as a read only replica. Example: ```shell # primary runner, pulls updates and runs...

Switches to a staged Dockerfile in order to decrease build time, improve build caching, and decrease image size from ~240 MB to ~130 MB **What kind of change does this...