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!
Author: Deepu Mohan Puthrote
Link: https://deepumohan.com/tech/aws-sns-error-invalid-parameter-set-region/
This work by Deepu Mohan Puthrote is licensed under a Creative Commons Attribution 4.0 International License