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
I am seeing the error in CloudWatch Logs when trying to invoke a Lambda function from our API Gateway Endpoint. I found out it's because it's not correctly picking up the APP_ID value from the .env file correctly.
I was able to workaround the issue by specifying the APP_ID environment variable through the environment variables set in Lambda.
The text was updated successfully, but these errors were encountered:
Closing due to inactivity. Lots changed since you created the issue. We are shipping a new version via #59 which is compatible with the latest Probot v11
I am seeing the error in CloudWatch Logs when trying to invoke a Lambda function from our API Gateway Endpoint. I found out it's because it's not correctly picking up the
APP_ID
value from the.env
file correctly.I was able to workaround the issue by specifying the
APP_ID
environment variable through the environment variables set in Lambda.The text was updated successfully, but these errors were encountered: