I'm looking at using ArcGIS Python API in an AWS Lambda function. I have installed all of the minimum dependencies based on Install and Setup | ArcGIS API for Python but some of these dependencies seem to be an overkill when used in AWS. Would the kerberos & ntlm packages actually be required and probably the same with oauthlib?
At the moment, I leaning towards ujson, six & requests are probably the bare minimum for AWS Lambda.
It would be great to find out the actual bare minimum per scenario (eg. If server/portal using local win accounts then only ujson, six & requests are required, etc)
Thanks for any help with this.