All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— March 24, 2017 - Friday 24, March 2017 ———————————
python - aws - boto - boto3 -

subnets = ec2.subnets.all()
subnets_sorted = sorted(subnets, key=lambda k: k.tags[next(index for (index, d) in enumerate(k.tags) if d["Key"] == "Name")]['Value'])

Well, my python level is not good enough to clearly understand this but my Google level was largely enough to build this

-