Created
July 13, 2015 22:45
-
-
Save jpotts18/543e5b6497ce70b25f2d to your computer and use it in GitHub Desktop.
bulk upload cloudsearch data aws cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws cloudsearchdomain \ | |
--endpoint-url [document endoint] \ | |
upload-documents \ | |
--content-type application/json \ | |
--documents [json file] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment