Problem Definition
Importing from an AWS Lambda is not possible directly.
Suggested Solution
Provide an Adapter to handle that import to Data Manager.
Workaround
Use Flat File Adapter and have the data loaded into an accessible file locally via some other process like a bash script or equivalent.