Skip to content

Terraform + AWS Lambda for on-premise SFTP to S3 transfer

Notifications You must be signed in to change notification settings

JayLohokare/terraform-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated data transfer from SFTP to AWS S3

move-ftp-files-to-s3
Contains the NodeJS Lambda code for transfering the data

provision
Contains the Terraform code (AWS Lambda + Cloud-watch + S3)

Change SFTP credentials and AWS access credentials (terraform.tfvars) to make the code run

$ cd move-ftp-files-to-s3
$ npm run build:for:deployment
$ cd dist
$ zip -r Lambda-Deployment.zip . ../node_modules/

``` $ cd ../../provision $ terraform init $ terraform apply ```

About

Terraform + AWS Lambda for on-premise SFTP to S3 transfer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published