Skip to content

1.3.0 Lambda Deployment Package

Compare
Choose a tag to compare
@alanedwardes alanedwardes released this 05 Aug 12:50
· 69 commits to master since this release

An AWS Lambda deployment package. Requires an IAM role with write access to your chosen S3 bucket, and the following environment variables set:

  • LFS_BUCKET - for example, "lfs-test"
  • LFS_USERNAME - a username to authenticate with
  • LFS_PASSWORD - a password to authenticate with

The handler for this package is Estranged.Lfs.Hosting.Lambda::Estranged.Lfs.Hosting.Lambda.LambdaEntryPoint::FunctionHandlerAsync.

To customise this further, clone the repo and open up the Estranged.Lfs.Hosting.Lambda to see the code this package uses.