Skip to content

Commit

Permalink
Updated example config with SNS for GSI #104
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdah committed Mar 19, 2014
1 parent 3421620 commit 32a76bf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/example_configuration.rst
Expand Up @@ -163,6 +163,24 @@ This is a full example of a Dynamic DynamoDB configuration file.
#
#maintenance-windows: 22:00-23:59,00:00-06:00

#
# Simple Notification Service configuration
#

# Topic ARN to publish notifications to
#
# Example:
# sns-topic-arn: arn:aws:sns:us-east-1:123456789012:dynamic-dynamodb-my_table

# Message types to send as SNS notifications
#
# Comma separated list. Currently supported values:
# - scale-up Get notifications when the table is scaled up
# - scale-down Get notifications when the table is scaled down
#
# Example:
# sns-message-types: scale-up, scale-down

#
# Other settings
#
Expand Down
18 changes: 18 additions & 0 deletions example-dynamic-dynamodb.conf
Expand Up @@ -152,6 +152,24 @@ max-provisioned-writes: 500
#
#maintenance-windows: 22:00-23:59,00:00-06:00

#
# Simple Notification Service configuration
#

# Topic ARN to publish notifications to
#
# Example:
# sns-topic-arn: arn:aws:sns:us-east-1:123456789012:dynamic-dynamodb-my_table

# Message types to send as SNS notifications
#
# Comma separated list. Currently supported values:
# - scale-up Get notifications when the table is scaled up
# - scale-down Get notifications when the table is scaled down
#
# Example:
# sns-message-types: scale-up, scale-down

#
# Other settings
#
Expand Down

0 comments on commit 32a76bf

Please sign in to comment.