aboutsummaryrefslogtreecommitdiff
path: root/main_aws.go
AgeCommit message (Collapse)Author
2022-06-25Split the AWS version into its own moduleGrégoire Duchêne
This allows the rather large AWS Lambda SDK to only be fetched if the command itself is being fetched.
2022-06-19Move redirection logic to a separate packagev0.4.0Grégoire Duchêne
Also, add an optional ‘-c’ flag to pass the path to a configuration file that can be used to specify several matching patterns and replacements.
2022-01-04Move redirection logic into its own HTTP handlerGrégoire Duchêne
Also, have the non-Lambda version take flags instead of environment variables and add tests for the HTTP handler.
2021-10-31Migrate to the new syntax for build tagsGrégoire Duchêne
Also, upgrade dependencies.
2021-07-04Use SPDX tagsv0.2.0Grégoire Duchêne
2021-07-04Simplify project structureGrégoire Duchêne