Open3

API Gatewayのデプロイコメントを修正する

shuichishuichi
aws apigateway get-deployment \
  --rest-api-id <APIのID> \
  --deployment-id <デプロイID>

aws apigateway update-deployment \
  --rest-api-id <APIのID> \
  --deployment-id <デプロイID>

aws apigateway get-deployment \
  --rest-api-id <APIのID> \
  --deployment-id <デプロイID> \
  --patch-operations op=replace,path=/description,value="修正後のデプロイ説明文"
shuichishuichi
  • デプロイとステージの関係を図示
  • IAM権限
  • AWS CLIコマンドで、JSON Stringを<で流し込む形の検証