Parameter store vs AppConfig
When should I use Parameter store for saving configuration vs AppConfig? For example, if I had to change the log level at run time, should that be stored in SSM or Appconfig? What are the pros and cons? What are the differences in these two, specifically in the context of a serverless app with lambda functions?