[@types/aws-lambda] TransferFamilyAuthorizerEvent has a wrong signature #70122
Replies: 2 comments
-
|
Thanks for the discussion about "aws-lambda", some useful links for everyone: Pinging the DT module owners: @darbio, @skarum, @StefH, @buggy, @wwwy3y3, @OrthoDex, @MichaelMarner, @daniel-cottone, @kostya-misura, @coderbyheart, @palmithor, @daniloraisi, @simonbuchan, @Haydabase, @repl-chris, @aneilbaboo, @jeznag, @louislarry, @dpapukchiev, @ohookins, @trevor-leach, @jagregory, @dalen, @loikg, @skyzenr, @redlickigrzegorz, @juancarbonel, @pwmcintyre, @alex-bolenok-centralreach, @marianzange, @apalumbo, @SachinShekhar, @ivanmartos, @zach-anthony, @savnik, @bboure, @jamesorlakin, @aphex, @joeykilpatrick, @lmanerich, @LucianoTaranto. |
Beta Was this translation helpful? Give feedback.
-
|
PR to review here. #70123 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The password field appears to be actually optional and should be
export interface TransferFamilyAuthorizerEvent {
username: string;
password?: string;
protocol: "SFTP" | "FTP" | "FTPS";
serverId: string;
sourceIp: string;
}
I will start working on a PR for this
Beta Was this translation helpful? Give feedback.
All reactions