Lambda and Parameter Store

0

I guess this is more a suggestion than a question, but I'd love to hear the opinion of other users. Using layers we can integrate Parameter Store (or Secret Manager) with lambda, which is extremely useful since values are cached etc. However, I was thinking, wouldn't it be more efficient to simply "push" values from Parameter Store to lambda metadata (i.e. to env variables, which anyways are encrypted at rest)? In that way we could control everything centrally from Secret Manager, no need for lambda extensions : Parameter store would keep a list of "subscribed" lambda functions and propagate changes whenever they occur, information would be then retrieved locally from the lambda function, no API calls, etc.

FAgosti
質問済み 1年前564ビュー
1回答
2

I know it's not exactly what you're asking for but in October 2022, we announced a Lambda extension that makes it easier to use Parameter Store.

Your idea is interesting but it there are edge cases that Parameter Store handles better such as having more than 4KB of storage space.

profile pictureAWS
エキスパート
回答済み 1年前
  • Yes, thanks, I am aware of the extension, which as I said it's pretty cool. My idea was more into changing into a push approach (P Store -> Lambda), which I feel it woudl be a bit more efficient and at the same time easier to manage

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ