Created
August 30, 2018 04:41
-
-
Save tecmaverick/c0d6335c7104013f9cfcd49f2f6b14ac to your computer and use it in GitHub Desktop.
View AWS service names to be used for invoking API from postman
This file contains 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
#Note for invoking customer created APIGateway endpoint the servicename should be execute-api instead of apigateway | |
import boto3 | |
s = boto3.Session() | |
print s.get_available_services() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment