web-client-for-aws-transfer-family icon indicating copy to clipboard operation
web-client-for-aws-transfer-family copied to clipboard

what creates SFTPCustomAuthLambdaFunction.zip? 03-sftp-endpoint stack fails

Open onescore-agray opened this issue 2 years ago • 7 comments

I'm on step 3 in creating the 03-sftp-endpoint stack. The error is when creating the SFTPCustomAuthLambda resource.

The code for that lambda says it lives here:

      Code:
        S3Bucket:
          !Join [
            "-",
            [
            !FindInMap ["SourceCode", "General", "S3Bucket"],
            Ref: "AWS::Region",
            ],
          ]
        S3Key:
          !Join [
            "/lambda/",
            [
            !FindInMap ["SourceCode", "General", "KeyPrefix"],
            "SFTPCustomAuthLambdaFunction.zip",
            ],
          ]

But I can' find any instructions or shell scripts on what creates and uploads that zip file.

Any idea?

onescore-agray avatar Jun 27 '22 20:06 onescore-agray