AWS Lamda & API Gateway FTP Service

Job ID: 33674257

Budget: $30 – $250 NZD

I am in need of an AWS Lambda function that can interact with a FTP server.
The Lambda needs to be exposed by a secure API via AWS API Gateway.
The features must include:
- authenticate (calling application provides credentials, and ftp address)
- list (calling applications can list a ftp folder contents)
- chdir (calling service can change the ftp folder to another)
- put (calling service uploads a document to specified folder - this will be base64 encoded string)
- delete (calling service deletes the document/folder from ftp)
- get (calling service retrieves the document from ftp server - base64 string)
Related categories: Python Amazon Web Services Node.js Aws Lambda