Lambda Version Config Updates

0

Hello Everyone, I have created a lambda version for a given lambda and able to see that the configurations are inherited from the lambda to lambda versions. I have updated the environment variables in the lambda but it is not reflecting in the versions. Would versions update the config after some period or it is immutable once the lambda version is created?

profile picture
AGS
질문됨 한 달 전96회 조회
2개 답변
1

Lambda versions are immutable once created, so any updates to the configurations or environment variables in the lambda will not reflect in the existing versions. You would need to create a new version to capture these updates.

profile picture
전문가
답변함 한 달 전
profile pictureAWS
전문가
Uri
검토됨 한 달 전
profile picture
전문가
검토됨 한 달 전
0

It create separate copy, any changes to latest will not affect version. You can manually change few configuration like adding trigger of version as well.

Sushant
답변함 한 달 전

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

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

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

관련 콘텐츠