简体   繁体   English

从AWS RDS Mysql DB公开数据的最佳方法是什么?

[英]What is the Best way to Expose Data from an AWS RDS Mysql DB?

I currently have a mysql database on AWS RDS. 我目前在AWS RDS上具有mysql数据库。

I am in need of accessing and looking up information on a daily basis of the data in that database via an external CRM. 我需要每天通过外部CRM访问和查询该数据库中数据的信息。

In an ideal scenario, I could create an API on Lambda that would have access to the RDS instance and have that be my front facing API that my CRM API could hit up and lookup and work with my mysql data. 在理想的情况下,我可以在Lambda上创建一个API,该API可以访问RDS实例,并且可以作为我的CRM API可以访问并查找并使用mysql数据的前端API。

My question is... is this the best way to do it? 我的问题是...这是最好的方法吗? Is there some sort of service out there that facilitates me creating an API or do I need to create an API from scratch... 是否有某种服务可以帮助我创建API,还是需要从头开始创建API?

Any suggestions? 有什么建议么? Thanks a bunch! 谢谢一群!

You will have to create your own AWS Lambda app, but there is a framework - the Serverless Framework which will make the whole endeavour much easier! 您将必须创建自己的AWS Lambda应用程序,但是这里有一个框架- 无服务器框架 ,这将使整个工作变得更加容易!

This Tutorial on Accessing RDS from AWS Lambda might help as well. 从AWS Lambda访问RDS的教程也可能会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从AWS mysql RDS获取数据到AWS Elasticsearch的最简单方法是什么? - Simplest way to get data from AWS mysql RDS to AWS Elasticsearch? 从Dynamo Db到AWS RDS Mysql的数据迁移 - Data Migration from Dynamo Db to AWS RDS Mysql AWS RDS:如何从本地主机访问/连接到RDS MySql DB - AWS RDS: How to access/connect to RDS MySql DB From localhost 从 AWS ECS Fargate 访问 AWS RDS 的最佳方式 - Best way to access AWS RDS from AWS ECS Fargate 我正在尝试将数据从 Azure 数据库中的一个表迁移到另一个 AWS 数据库中的另一个表。 实现这一目标的最佳方法是什么? - I'm trying to migrate the data from a table in a Azure DB to another table in a different AWS DB. What is the best way to achieve this? 自动缩放AWS RDS的最佳方法是什么? - What is the best way to automatically auto scale AWS RDS? 迁移我的 AWS RDS 数据库 (django) 的最佳方式是什么? - What is the best way to migrate my AWS RDS database (django)? 在AWS RDS MySQL数据库之间传输数据 - Transfer data between AWS RDS MySQL db's 无法从本地mysql服务器连接到AWS RDS数据库实例 - Unable to connect from local mysql server to AWS RDS db instance 有没有办法从 SQL 查询 AWS RDS Oracle 数据库标识符? - Is there a way to query the AWS RDS Oracle DB Identifier from SQL?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM