Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Releases: dan-v/awslambdaproxy

0.0.4

18 Apr 20:05
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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

27 Mar 06:46
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • 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

02 Jan 05:38
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

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

Changes:

  • Adds SOCKS5 proxy support

0.0.1

26 Dec 08:52
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

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