简体   繁体   English

AWS Lambda中的Spring Cloud Config Server

[英]Spring Cloud Config Server in AWS Lambda

I have seen few examples of running spring boot application in AWS Lambda. 我见过几个在AWS Lambda中运行spring boot应用程序的示例。 Is there a way to run Spring Cloud Config Server in AWS Lambda? 有没有办法在AWS Lambda中运行Spring Cloud Config Server?

It probably doesn't make much sense if you are using config server backed by git or svn since it uses local disk for state in those cases. 如果您使用的是由git或svn支持的配置服务器,则可能没有多大意义,因为在这种情况下,它将本地磁盘用于状态。 If you are using jdbc backend, it could work, though I don't know if anyone has tried. 如果您使用的是jdbc后端,则可以使用,尽管我不知道是否有人尝试过。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM