How to store audio and other media files using Appsync and React-native
bharathkuppala opened this issue · 0 comments
bharathkuppala commented
Hi,
Am new to App sync and Dynamodb we are trying to develop a chat application which has an audio option.
My question is how do we store the audio files which are being sent by the user in Dynamodb. The Articles which I have seen and understood is that we cannot directly store the files in Dynamodb but it is possible with Amazon s3. Could you please guide me the steps to be followed so that a user can send the audio and all other file formats so that that it gets replicated in Dynamodb with Amazon S3.