I was editing the Serverless Framework configuration YAML, looking at the following sample from the official site. When I finished editing and ran the file, it didn't work, and when I looked closely, I found that "arn: arn:xx" was actually indented one space more than "sns:", and when I fixed it, i…