Skip to content

Instantly share code, notes, and snippets.

@sebdah
Created June 24, 2014 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebdah/c2cf1404b0ab4b03ab7b to your computer and use it in GitHub Desktop.
Save sebdah/c2cf1404b0ab4b03ab7b to your computer and use it in GitHub Desktop.
SNS notification configuration example
[table: ^my_table$]
...
#
# 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
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
sns-message-types: scale-up, scale-down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment