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

38 stars
5 watching
3 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
puresec/serverless-puresec-cliAutomates creation of secure IAM roles for AWS Lambda applications247
puresec/functionshieldA serverless security library that monitors and controls runtime environment interactions39
shaftoe/api-gateway-lambda-cdk-exampleA CDK-based project demonstrating the setup of an AWS Lambda function with API Gateway and Pushover integration for handling HTTP requests.9
jeremydaly/lambda-apiA lightweight web framework built for AWS Lambda and API Gateway to simplify the development of serverless applications.1,430
wickett/lambhackA vulnerable serverless application in AWS Lambda demonstrating various security vulnerabilities94
shimat/opencvsharp_awslambdasampleA proof-of-concept project demonstrating the use of OpenCvSharp in an AWS Lambda function.3
0x4d31/honeylambdaA simple serverless application designed to create and monitor fake HTTP endpoints for security testing511
danilop/lambdauthAn AWS Lambda-based authentication service with Amazon DynamoDB and Cognito integration1,372
nficano/python-lambdaA toolset for bundling and deploying Python code in AWS Lambda1,501
trek10inc/aws-lambda-debuggerEnables live debugging of AWS Lambda functions from a local environment294
aws/aws-lambda-buildersA Python library to compile and package AWS Lambda functions for various runtimes and frameworks342
danilop/aws_lambda_in_actionA companion source code distribution to the AWS Lambda in Action book, providing live demos and example functions for various AWS services287
aws-samples/aws-serverless-security-workshopTeaches security best practices for building serverless applications using AWS services533
bustle/shepAutomates deployment of serverless APIs and Lambda functions to AWS API Gateway and Lambda378
alestic/lambdashEnables running shell commands within an AWS Lambda environment and outputs results531