# puresec/lambda-proxy

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/puresec-lambda-proxy).**

37 stars · 2 forks · Python · Apache-2.0

## Links

- GitHub: https://github.com/puresec/lambda-proxy
- Homepage: https://www.puresec.io
- awesome-repositories: https://awesome-repositories.com/repository/puresec-lambda-proxy.md

## Description

Lambda-Proxy creates an HTTP proxy listening on localhost port 8082. When it receives an HTTP POST request with a very specific structure , it will parse the request, extract the relevant data required for the test, and will invoke your AWS Lambda function using the AWS SDK client.invoke() method. It was created for testing AWS Lambda functions with SQLMap as described here: https://www.puresec.io/blog/automated-sql-injection-testing-of-serverless-functions-on-a-shoestring-budget-and-some-good-music

## Tags

### Part of an Awesome List

- [MITM Proxies](https://awesome-repositories.com/f/awesome-lists/security/mitm-proxies.md) — Tool for testing SQL injection in serverless functions.
- [Offensive Security Tools](https://awesome-repositories.com/f/awesome-lists/security/offensive-security-tools.md) — Bridges SQLMap to test Lambda functions for injection.
