repositorypackage
0.3.0
Repository: https://github.com/mashiike/ls3viewer.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
ls3viewer
ls3viewer is a simple viewer to easily browse S3 using AWS Lambda. It is a simple viewer with Basic Authentication or Google Authentication.
Install
Homebrew (macOS and Linux)
$ brew install mashiike/tap/ls3viewer
Binary packages
How to use in local environment
$ ls3viewer --bucket-name infra-dev
access http://localhost:8080
How to use on AWS Lambda runtime
The executable binary can be launched as a bootstrap for Lambda.
deploy one lambda functions, ls3viewer in lambda directory
The example of lambda directory uses lambroll for deployment.
For more information on the infrastructure around lambda functions, please refer to example.tf.
LICENSE
MIT License
Copyright (c) 2022 IKEDA Masashi