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
After uploading the zip containing the code in lambda, the user is required to add the ENV variable, the one that is the URL of the CDR environment needs to be the full path where the request is sent, otherwise the response will be a 404.
Actual behaviour:
Adding only the DNS/IP in the ENV variable in Lambda will result in a 404 and files went be processed because the code expects the full path with the endpoint in the ENV.
Expected behaviour:
User should be required to add only the DNS/IP in the required ENV var CDR_URL
The text was updated successfully, but these errors were encountered:
After uploading the zip containing the code in lambda, the user is required to add the ENV variable, the one that is the URL of the CDR environment needs to be the full path where the request is sent, otherwise the response will be a 404.
Actual behaviour:
Adding only the DNS/IP in the ENV variable in Lambda will result in a 404 and files went be processed because the code expects the full path with the endpoint in the ENV.
Expected behaviour:
User should be required to add only the DNS/IP in the required ENV var CDR_URL
The text was updated successfully, but these errors were encountered: