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
gefragt vor einem Jahr564 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr
  • 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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen