An open API service indexing awesome lists of open source software.

https://github.com/yusugomori/aws-tor-layer

Use Tor in aws lambda
https://github.com/yusugomori/aws-tor-layer

aws lambda tor

Last synced: 8 months ago
JSON representation

Use Tor in aws lambda

Awesome Lists containing this project

README

          

# AWS Tor Layer

This is Tor Layer for AWS Lambda.

Downloadable (& executable) tor package can be found [here](https://gitweb.torproject.org/tor.git).

## Deployment

Tor layer can be uploaded using [serverless framework](https://www.serverless.com/). Exec below:

```shell
$ sls deploy [options]

Options
--profile AWS IAM profile.
```

Or, manually upload `context-amazon-linux-2.zip` as lambda layer.

The path of tor file is `/opt/bin/tor`.