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.14

19 Jun 04:20
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release
  • Move to Terraform as primary deployment mechanism. Thanks to @yurymkomarov for the contribution (#15)

0.0.13

01 May 03:57
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release
  • add the ability to bypass comma separated list of ip/domains with new flag (-b/--bypass). this can be useful for problematic domains that use long lived connections like websockets.
  • check for valid aws session for setup/run commands
  • package layout refactoring
  • add examples to readme
  • including lambda function zip file in releases (lambda-<version>.zip). this is not meant to be directly used, and instead meant to be used with terraform deployment in future.

0.0.12

22 Apr 19:27
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release
  • fix issue where function executions were always crashing under normal circumstances when connection was severed from the server side.
  • set the number of function retries from default of 2 to 0 in order to prevent unexpected function re-executions (like for issue above which was resulting in more function executions than expected).
  • close connections and don't rely on the crashing of Lambda sandbox to do this.
  • pick a dynamic listening port for socks proxy on Lambda side in order to avoid port conflicts.
  • add a UUID to Lambda payload for tracing function executions

0.0.11

22 Apr 00:52
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release
  • fix issue with environment variables with dashes, change Dockerfile env LISTENER to LISTENERS, bump version

0.0.10

21 Apr 23:37
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release
  • updates to dockerfile/entrypoint: use existing environment variables provided by cobra library, allow direct interaction with run cli by default, add support for using docker secrets, only override ssh port env variable and set to docker specific default 2222
  • reduce logging output to not include history of all lambda ip addreesses and only the count

0.0.9

21 Apr 09:46
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release
  • update dependencies (some major changes in gost) and get rid of all forked dependencies.
  • compile with CGO_ENABLED=0
  • add --debug-proxy flag to show all traffic hitting proxy
  • add Dockerfile (still needs instructions) thanks @unixfox

0.0.8

03 Jul 06:55
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • update from 5->15 minute max runtime now that lambda supports it
  • removed hardcoded check for environment variables closes #7
  • switch to go module and remove vendor
  • fix build process

0.0.7

16 Jan 22:56
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
  • Replace python shim with native Go function now that it's supported, update dependencies

0.0.6

09 Jan 22:47
ff598c4
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

0.0.5

25 Jul 19:42
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • Switch from glide to official dep tool
  • Use forked version of dependent libraries