Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Created July 13, 2015 22:45
Show Gist options
  • Save jpotts18/543e5b6497ce70b25f2d to your computer and use it in GitHub Desktop.
Save jpotts18/543e5b6497ce70b25f2d to your computer and use it in GitHub Desktop.
bulk upload cloudsearch data aws cli
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