File tree Expand file tree Collapse file tree
ops/services/02-eft/lambda_src/sftp_outbound_transfer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717from aws_lambda_powertools .utilities .parser .models import S3Model
1818from aws_lambda_powertools .utilities .typing import LambdaContext
1919from botocore .config import Config
20+ from paramiko .ssh_exception import (
21+ AuthenticationException ,
22+ BadHostKeyException ,
23+ NoValidConnectionsError ,
24+ SSHException ,
25+ )
26+ from s3 import S3EventType
2027from sftp_outbound_transfer_errors import (
2128 BaseTransferError ,
2229 InvalidObjectKeyError ,
2633 UnknownPartnerError ,
2734 UnrecognizedFileError ,
2835)
29- from paramiko .ssh_exception import (
30- AuthenticationException ,
31- BadHostKeyException ,
32- NoValidConnectionsError ,
33- SSHException ,
34- )
35- from s3 import S3EventType
3636from sns import (
3737 FileDiscoveredDetails ,
3838 StatusNotification ,
You can’t perform that action at this time.
0 commit comments