Open M-Shorouk opened 2 years ago
I think the easiest solution for this would be to upload the media to our AWS S3 bucket and then just add the S3 link to the DynamoDB, so that the media files will be added as a string property to DynamoDB. Then, in the frontend, we can just display the media using the S3 link.
For example: rasaGraph.png >> uploaded to S3 >> https://bucket-name.s3.region-code.amazonaws.com/rasaGraph.png
in dynamoDB:
rasa table
---- cardDetailsMedia: "https://bucket-name.s3.region-code.amazonaws.com/rasaGraph.png" (string property)
Changing the ticket name as we moved our component details from DynamoDB to Repo.
Is your feature request related to a problem? Please describe.
We need to add more information to our catalog - card details view. To add video records and/or images to help Airy user learn more about each components, we need to discuss adding media references to each component and how we will manage storing media on DynamoDb.
Describe the solution you'd like
A clear and concise description of what you want to happen. {WIP} "DynamoDBMapper"??
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.