From Anorexic Shama, 7 Years ago, written in Plain Text.
Embed
  1. set message=%2
  2. shift
  3.  
  4. set env=PROD
  5. set arnName=arn:aws:sns:us-east-1:835888391680:K12RS_Prod_Notifications
  6.  
  7. aws sns publish --topic-arn %arnName% --subject "%env% Realize RDS Notification" --message "%message%"
  8.  
  9.