LoginSignup
3
1

More than 1 year has passed since last update.

AWS CLIでAWS SES のテンプレート登録しようとしたら「Error parsing parameter 'cli-input-json': Invalid JSON received.」がでる

Posted at

環境

Win10 cmd

問題

AWS cliでSESのテンプレート登録しようとして、下記実行

aws ses create-template --cli-input-json ./test.json 

登録されず、
Error parsing parameter 'cli-input-json': Invalid JSON received.
のエラーが出る。。

答え

いらないと思って消してたが、file://がいるらしい。。。

aws ses create-template --cli-input-json file://test.json
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1