AWS Lambda Function to sync files from ftp to S3 using scheduler (EventBridge)
-
Create S3 bucket as destination for files (sink)
-
Create IAM role for service account with full permission to S3 service(
AmazonS3FullAccess
) -
Create AWS lambda Function with parameters and security role created before.
-
Create scheduler using EventBridge