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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.