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
When using the OpenSearch Reporting CLI Lambda function, the following environment variables are not evaluated correctly. Instead they are using the default values.
What is the bug?
When using the OpenSearch Reporting CLI Lambda function, the following environment variables are not evaluated correctly. Instead they are using the default values.
How can one reproduce the bug?
Follow the instructions here (https://opensearch.org/docs/latest/dashboards/reporting-cli/rep-cli-lambda/) and set any of the above environment variables on the Lambda function instead of passing them as the event object.
What is the expected behavior?
Expectation is that the email sent by the Lambda function would contain a non-default subject and note.
What is your host/environment?
N/A
Do you have any screenshots?
See description for observed behavior.
Do you have any additional context?
It appears the following code function causes bypass of the environment variables:
reporting-cli/src/arguments.js
Line 78 in af8d307
The text was updated successfully, but these errors were encountered: