Awslambdaproxy Versions Save

An AWS Lambda powered HTTP/SOCKS web proxy

0.0.4

7 years ago

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

7 years ago
  • 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)

0.0.2

7 years ago

awslambdaproxy, an AWS Lambda powered HTTP(s)/SOCKS web proxy.

Changes:

  • Adds SOCKS5 proxy support

0.0.1

7 years ago

Initial release of awslambdaproxy, an AWS Lambda powered HTTP(s) web proxy.