Scale up lambda failing - options.appID and options.privateKey are not set #1589
Replies: 2 comments 2 replies
-
No I don't recognize the error. The lambda is retrieving has 2 environment variables that points to parameters in SSM which should contain the app id and the ssh key. Would suggest that you check those. |
Beta Was this translation helpful? Give feedback.
-
Me again! I am still running in to the same issue as posted above. The root cause seems to all stem from getting parameters from SSM. Ive gone through with one of my colleagues and tried the following:
Regardless of what has been attempted, I still end up back with the [@octokit/auth-app] appId option is required error, though it is now ignored (log formatting is much nicer than previous versions, ty!). Any other thoughts? TIA! |
Beta Was this translation helpful? Give feedback.
-
Hey folks! I am wondering if anyone else has come across an issue where the scale up lambda fails due to octokit/auth-app not being able to retrieve the appID and privateKey from the options variable in the scale-up lambda. I've attempted a couple of different deploys at this point and still get the same result. I have also verified that SMM does indeed have the parameters stored. I am using v.0.27.2.
Thanks in advance for any suggestions!
-B.
Beta Was this translation helpful? Give feedback.
All reactions