Merge pull request #46 from cclauss/import-sys
import sys for sys.exit()
This commit is contained in:
@@ -5,6 +5,7 @@ Opsworks functions for WeirdAAL
|
|||||||
import boto3
|
import boto3
|
||||||
import botocore
|
import botocore
|
||||||
import pprint
|
import pprint
|
||||||
|
import sys
|
||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ RDS functions for WeirdAAL
|
|||||||
import boto3
|
import boto3
|
||||||
import botocore
|
import botocore
|
||||||
import pprint
|
import pprint
|
||||||
|
import sys
|
||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import boto3
|
|||||||
import botocore
|
import botocore
|
||||||
import os
|
import os
|
||||||
import pprint
|
import pprint
|
||||||
|
import sys
|
||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SES functions for WeirdAAL
|
|||||||
import boto3
|
import boto3
|
||||||
import botocore
|
import botocore
|
||||||
import pprint
|
import pprint
|
||||||
|
import sys
|
||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ utilities for working with SNS
|
|||||||
|
|
||||||
import boto3
|
import boto3
|
||||||
import botocore
|
import botocore
|
||||||
|
import sys
|
||||||
|
|
||||||
regions = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2']
|
regions = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2']
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ SQS functions for WeirdAAL
|
|||||||
import boto3
|
import boto3
|
||||||
import botocore
|
import botocore
|
||||||
import pprint
|
import pprint
|
||||||
|
import sys
|
||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user