You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2023. It is now read-only.
現状ではsecret managerにあるsecretをlambda関数の環境変数として与えていますが、この方式だとsecretを変更してもlambda関数に反映されません。
従って、lambda関数内でsecretを取得するようにします。