awspublicranges 1.0.2

Last updated:

0 purchases

awspublicranges 1.0.2 Image
awspublicranges 1.0.2 Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.