Reputation: 53
Why is this resource giving me the error? :
sms protocol is not a valid protocol
"SNSService" : {
"Type" : "AWS::SNS::Topic",
"Properties" : {
"DisplayName": "SNS",
"Subscription" : [{
"Endpoint" : "mynumber",
"Protocol" : "sms"
}]
}
}
Upvotes: 3
Views: 789
Reputation: 53
Apparently SNS is not ready for the eu-west-2 server, that's the reason.
Upvotes: 2