How can data be stored in S3 and retrieve it via LyraSearch? #204
-
I would like to keep a data.json in S3 and query the data server-side, via API Gateway or AppSync, can this be done? or a worker for search only... with the persistent data plugin ? |
Beta Was this translation helpful? Give feedback.
Answered by
ShogunPanda
Dec 15, 2022
Replies: 1 comment
-
Hello! Let me know if you have any other questions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
micheleriva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
If you use Lambda and S3, you can use nebula to easily deploy lyra on AWS.
Otherwise, you still look on how we do here and tailor your own solution. The idea behind it is to pre-bundle lyra in a self contained JS file and configure it to download a file from S3 via HTTP when deserializing.
Let me know if you have any other questions :)