lambda-proxy

security tester

Tools for testing AWS Lambda functions for security vulnerabilities

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

GitHub

36 stars
5 watching
3 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
puresec/serverless-puresec-cli Automates creation of secure IAM roles for AWS Lambda applications 247
puresec/functionshield A serverless security library that monitors and controls runtime environment interactions 39
shaftoe/api-gateway-lambda-cdk-example A CDK-based project demonstrating the setup of an AWS Lambda function with API Gateway and Pushover integration for handling HTTP requests. 9
jeremydaly/lambda-api A lightweight web framework designed specifically for AWS Lambda and API Gateway applications 1,428
wickett/lambhack A vulnerable serverless application in AWS Lambda demonstrating various security vulnerabilities 94
shimat/opencvsharp_awslambdasample A proof-of-concept project demonstrating the use of OpenCvSharp in an AWS Lambda function. 3
0x4d31/honeylambda A simple serverless application designed to create and monitor fake HTTP endpoints for security testing 513
danilop/lambdauth An AWS Lambda-based authentication service with Amazon DynamoDB and Cognito integration 1,371
nficano/python-lambda A toolset for bundling and deploying Python code in AWS Lambda 1,501
trek10inc/aws-lambda-debugger Enables live debugging of AWS Lambda functions from a local environment 294
aws/aws-lambda-builders A Python library to compile and package AWS Lambda functions for various runtimes and frameworks 339
danilop/aws_lambda_in_action A companion source code distribution to the AWS Lambda in Action book, providing live demos and example functions for various AWS services 287
aws-samples/aws-serverless-security-workshop Teaches security best practices for building serverless applications using AWS services 528
bustle/shep Automates deployment of serverless APIs and Lambda functions to AWS API Gateway and Lambda 378
alestic/lambdash Enables running shell commands within an AWS Lambda environment and outputs results 531