lambda-s3-sftp
lambda-s3-sftp copied to clipboard
DEPRECATED! AWS lambda function to send an S3 file, whenever it is uploaded, to a remote server using SFTP
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.1.1 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...
As the project has no automated tests, I think would be good to start with a simple end-to-end test of a [s3:ObjectCreated:Put](https://docs.aws.amazon.com/en_us/AmazonS3/latest/dev/notification-content-structure.html) event that uploads a file to a SFTP....
I need to know how to set up the trigger for this scenario. When running, it said no module name Paramiko
`key_filename` does not appear to be used in the script. Should that be removed? Also, have you given consideration to the security risk in pasting a SSH private key inside...