This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
Releases: dan-v/awslambdaproxy
Releases · dan-v/awslambdaproxy
0.0.4
Some minor improvements:
- Single endpoint that supports HTTP/SOCKS proxy (using gost library). This also supports many other types of tunnels/proxies.
- Breakup setup and run logic and make subcommands (using viper/cobra libraries)
- Add optional minimal IAM roles for setup and run commands
- Update dependencies
0.0.3
- Add SOCKS5 proxy authentication
- Migrate to using SSH tunnels from Lambda functions instead of a public unauthenticated port
- Recreate Lambda function if it already exists (to pick up any changes like memory size etc)
- Remove HTTP Proxy for now (was haven't issues with error it was throwing)