aws-quickstart/quickstart-git2s3

Zip destination different to documentation

davidobrien1985 opened this issue · 1 comments

As far as I can see the destination that the lambda functions upload the zip file to is different to what the documentation claims it is.

The ZipDlLambda function for example in line 123

s3_archive_file = "%s/%s/%s/%s.zip" % (owner, name, branch, name)

The documentation https://aws-quickstart.s3.amazonaws.com/quickstart-git2s3/doc/git-to-amazon-s3-using-webhooks.pdf on page 14 states

S3://output-bucket-name/git-user/git-repository/git-user_git-repository.zip

Misunderstanding here or documentation issue?