Last updated:
0 purchases
awspublicranges 1.0.2
Small library to make grabbing an processing AWS public IP address ranges easier.
Usage
from awspublicranges.ranges import AwsIpRanges
out = AwsIpRanges()
for each_range in out.prefixes_for_lambda('us-west-2'):
pprint(each_range.__dict__)
Master
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.