JSON to DocumentDB

0

I have a big JSON file parsed within my Flutter frontend application. Originally, I have placed this JSON in an S3 bucket with CloudFront origin access identity settings. What do you recommend in case I want to migrate the JSON file to DocumentDB? I want to achieve more speed and lazy loading.

profile picture
已提问 2 个月前279 查看次数
1 回答
0

Hello.

Migration from S3 to DocumentDB may be possible using AWS DMS.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DocumentDB.html

However, there is a charge for using DMS, so if the cost is not acceptable, I think it is possible to import the JSON file using "mongoimport" etc.
https://docs.aws.amazon.com/documentdb/latest/developerguide/backup_restore-dump_restore_import_export_data.html#backup_restore-dump_restore_import_export_data-mongoimport

profile picture
专家
已回答 2 个月前
  • I noticed that using API gateway with Lambda integration connected to S3 is a lighter solution.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则