I need an application configuration parameter (probably a JSON object) shared across 2 Lamdas. Parameter is changed by CloudWatch event and, reflecting an auto-scaling group size.
AWS Config looks like an overkill to me. DynamoDB/S3 may be a solution, but still looks a lot of overhead to me. Is there a better/simpler solution to this problem?