1.3.0 Lambda Deployment Package
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 withLFS_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.