Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix finding Gateway VPC Endpoints by id
For approximately the last month, the AWS `describe_vpc_endpoints` API has been broken when fetching _Gateway_ VPC endpoints by id using the `filters` option. Using the `vpc_endpoint_ids` option instead does still work, (for both Interface and Gateway endpoints). Fixes #594
- Loading branch information