Sean Zou
Sean Zou
Before submitting pull requests, please see the [Development documentation](http://awslimitchecker.readthedocs.org/en/latest/development.html) and specifically the [Pull Request Guidelines](http://awslimitchecker.readthedocs.org/en/latest/development.html#pull-requests). __IMPORTANT:__ Please take note of the below checklist, especially the first three items. # Summary...
# Summary Add limit "Customer gateways" # Pull Request Checklist - [x] All pull requests should be __against the develop branch__, not master. - [x] All pull requests must include...
Before submitting pull requests, please see the [Development documentation](http://awslimitchecker.readthedocs.org/en/latest/development.html) and specifically the [Pull Request Guidelines](http://awslimitchecker.readthedocs.org/en/latest/development.html#pull-requests). __IMPORTANT:__ Please take note of the below checklist, especially the first three items. # Summary...
## Bug Report When reporting a bug in awslimitchecker, please provide all of the following information, as well as any additional details that may be useful in reproducing or fixing...
# Summary Add Service Quotas service & code for **Virtual private gateways** limit. Fixes https://github.com/jantman/awslimitchecker/issues/552. # Pull Request Checklist - [x] All pull requests should be __against the develop branch__,...
### Describe the bug Getting this error when sending logs from Lambda to s3 buckets in another region. After revert this PR the error went away: https://github.com/cloud-custodian/cloud-custodian/pull/7524 > [ERROR] ClientError:...
HSBToRGB method use rounded hsb value to calculate the rgb value, sometimes it changes the user input rgb values, it does not look right from a user perspective. For example,...