JohannesEbke / aws_list_all

List all your AWS resources, all regions, all services.
MIT License
414 stars 97 forks source link

prevent KeyError when requested_service is unknown #16

Closed arel closed 5 years ago

arel commented 5 years ago

Fixes #15

This prevents an exception when a requested service is unknown to the region.

tjmcewan commented 5 years ago

@arel Thanks for this; I hit the same error.

JohannesEbke commented 5 years ago

Looking good. Thanks for the improvement!