With origin edge lambda how to fetch a new configuration without API call

0

We have a Cloudfront based web application. The application is using Origin Edge Lambda which filters request based on certain SSM parameters. The SSM Parameters need to change often and the lambda fetches it every minute to get the latest value by doing AWS SDK SSM API call. We want to avoid the SSM api call to fetch the value as it adds latency to overall call. What is the best way to store and fetch this frequently changing parameter given the restrictions imposed on edge lambdas ? We do not want to store the value in the lambda itself and go for a redeployment if we have a new parameter value as Cloudfront deployment takes long time.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인