AWS SNS error - Invalid parameter
So I was playing with AWS Lambdas, and wanted to setup SNS notification for that.
|
|
However got stuck on the following error - it just says Invalid Parameter
|
|
Turns out this has to do with my region settings.
I’d created SNS in eu-west-1
region (Ireland). But default region on my account was us-west-1
So, clearly that is a conflict.
Solution is easy, I just had to set region in ~/.aws/config
|
|
That’s it!