Skip to content

Commit bf28eba

Browse files
committed
new aws lambda resource
1 parent 8b24ae8 commit bf28eba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/pages/05-deployment/39-aws-lambda.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ has support for both Python 2.7 and 3.6.
4444
provides a screen capture of one developer deploying their
4545
application to Lambda.
4646

47+
* [Automated SQL Injection Testing of Serverless Functions On a Shoestring Budget (and Some Good Music)](https://www.puresec.io/blog/automated-sql-injection-testing-of-serverless-functions-on-a-shoestring-budget-and-some-good-music)
48+
is an awesome operational security post that uses Python to test
49+
for SQL injection vulnerabilities in serverless functions on AWS Lambda.
50+
4751
* [Building Scikit-Learn For AWS Lambda](https://serverlesscode.com/post/scikitlearn-with-amazon-linux-container/)
4852

4953
* [Code Evaluation With AWS Lambda and API Gateway](https://realpython.com/blog/python/code-evaluation-with-aws-lambda-and-api-gateway/) shows how to develop a code evaluation API, to execute arbitrary code, with AWS Lambda and API Gateway.

0 commit comments

Comments
 (0)