Skip to content

Instantly share code, notes, and snippets.

@tecmaverick
Created August 30, 2018 04:41
Show Gist options
  • Save tecmaverick/c0d6335c7104013f9cfcd49f2f6b14ac to your computer and use it in GitHub Desktop.
Save tecmaverick/c0d6335c7104013f9cfcd49f2f6b14ac to your computer and use it in GitHub Desktop.
View AWS service names to be used for invoking API from postman
#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