aws_lambda_ftp_function icon indicating copy to clipboard operation
aws_lambda_ftp_function copied to clipboard

AWS Lambda Function to connect to FTP, download files and save them to S3 bucket

Results 4 aws_lambda_ftp_function issues
Sort by recently updated
recently updated
newest added

Hello Orasik, This is really good stuff! I am looking for the exact same things as cgriffith12. I apologize but I am new to python and can't seem to get...

Thank you for the Lambda script. I am using the script to connect a FTP server and pull all the files into a S3 bucket, except all the files I...

I tried trigger the function via Cloudwatch Event and also via an S3 event. The invocations fail. I see this message in Cloudwatch logs for function: Handler 'handler' missing on...

I am very new to python and I am trying to download an file from FTP and upload it to s3 bucket via a lambda function. I found your code...