Hi, here's the issue I'm facing.
In AWS Codebuild, my requests get call to JIRA works absolutely fine.
In AWS Lambda, I get a Service or name unknown error for the exact same python function.
Error as follows:
[Errno -2] Name or service not known
My code:
complete_url = "https://my-jira-instance.com"
response = requests.get(url=complete_url)
print(response)
@Kunal Katdare welcome to the Atlassian community
My guess is that it is a routing issue. Have you confirmed that you have connectivity to the jira instance API via the browser.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.