Hi All,
I am trying to call a RFC function from a AWS Lambda client. Ut is failing with error - JCo initialization failed with java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
I am certain the sapjco3.jar is included. What other dependency needs to included?
I see the JCO library is platform dependent. In case of aws Lambda, which set of libraries should be used?
Thank you.