Last active
September 24, 2019 17:09
-
-
Save dbt4u/358da7ec522c5a4202e6c48a85ee798e to your computer and use it in GitHub Desktop.
Counts the numver of AWS-Services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s https://raw.githubusercontent.com/boto/botocore/develop/botocore/data/endpoints.json | jq -r '.partitions[0].services | keys[]' | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment