I am using Dynamo DB quite heavily for the service I am creating. A new client request has appeared that requires cloud search. I see that the cloud search domain can be created from the dynamo table through the AWS console.
My question is:
Is there a way to automatically upload data from a dynamo table to a cloud search domain through an API or otherwise at a given time interval?
I would prefer it to manually upload dynamo documents to the cloud search. All help is much appreciated!
Here are two ideas.
The official AWS way to search DynamoDB data with CloudSearch
" DynamoDB" http://docs.aws.amazon.com/cloudsearch/latest/developerguide/searching-dynamodb-data.html.
, : , , cron -, script.
AWS Lambdas
Lambdas. Dynamo (. http://docs.aws.amazon.com/lambda/latest/dg/wt-ddb.html).
Lambda CloudSearch Dynamo. . https://gist.github.com/fzakaria/4f93a8dbf483695fb7d5
, , - .
, Lambda dynamoDB. :
Lambda , , (, , )
, .
, , - AWS Kinesis Streams, , (1 ). , , , , CS, .