1

I have seen few examples of running spring boot application in AWS Lambda. Is there a way to run Spring Cloud Config Server in AWS Lambda?

2
  • what's the cloud provider do you use? Commented Sep 17, 2018 at 18:35
  • I am using AWS. Commented Sep 17, 2018 at 18:36

1 Answer 1

2

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. If you are using jdbc backend, it could work, though I don't know if anyone has tried.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks @spencegibb. I was assuming that spring cloud config server fetches whatever property is required from git and returns back the value when it gets . a request. Does it store the values in local disk instead of fetching from git?
It does, but that means your git server needs to be as available as config server

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.