340 skills found · Page 12 of 12
robertpeteuil / Terraform Aws Sns To Cloudwatch Logs LambdaTerraform Module to provision Lambda Function that routes SNS messages to CloudWatch Logs
aws-samples / Aws Fis Actions For LambdaA sample code repository for showing AWS FIS fault actions for AWS Lambda
RituSinghme / LambdaFunctions AWSAPI DynamoDBPizza Shop - AWS API built on top of Lambda functions to perform CRUD on Dynamo DB in Python
atrigomv / Lambda CheckerLambda Checker is a simple Python script, based on official AWS Boto3 Python SDK, which executes some security checks to detect misconfigurations issues on Lambda functions. The tool has been developed in order to be automated within CI/CD pipelines or to be executed on demand. In addition to security configuration checks, if the function is written in Python it performs additional security checks such as hardcoded credentials checks, use of assertion clauses and so on.
abdullahkhawer / Aws Ssm Parameter Store BackupA Terraform module to create AWS resources which are used to automatically take backup of all the parameters residing on AWS SSM Parameter Store in JSON format and store it on AWS S3 bucket using AWS Lambda function based on Python. It is executed daily via AWS CloudWatch or AWS EventBridge.
amcclosky / Fastapi LambdaExample FastAPI on Lambda with Container Image
Sam-Martin / Aws Xray Lambda Segment ShimA shim which faciliates the AWS X-Ray tracing of Lambda Functions invoked by triggers which don't have native X-Ray support.
aws-samples / Aws Ipranges ApiProvides AWS IP prefixes as web feeds for auto update by firewalls and applications
soumilshah1995 / AWS Lambda Master Course PythonAWS lambda Master Course Python
backspace-academy / Aws Step Functions Lambda PythonNo description available
matthew-harper / PyCloudTrailProcesserPython AWS Lambda function to parse CloudTrail Logs for AWS Console Changes and Publish to SNS
kaynenotkanye / Aws Acm Cert CheckerAWS lambda function to check ACM certificates and send alerts to SNS, email, SMS, or PagerDuty. Uses AWS SDK (boto3). Written in Python.
aidenkihyunkim / Aws Lambda Git Lfs Endpoint Via Api Gateway Python3AWS Lambda function implements for Git-LFS Endpoint. This function uses API-Gateway as a frontend and use S3 bucket as a storage.
cisagov / Skeleton Aws Lambda PythonA skeleton project for quickly getting a new Python-based AWS Lambda project started.
cpiggott / LambdaToSlackPython script for AWS Lambda to send a message to a slack channel using Slack Integrations.
ProfessorKazarinoff / Flask Zappa TutorialAn example of using Python, Flask and Zappa to deploy as very simple serverless web app on aws lambda
amancevice / Lambda ComposeDeveloping Python applications for AWS Lambda
alasdairnicol / Python Lambda Contact FormContact form for a static site using AWS API Gateway and AWS Lambda written in Python
wph95 / S3ToKafkas3 To Kafka by aws lambda python 2.7 :)
kilna / Python Lambda DockerLightweight docker image for running, testing, packaging and deploying python-based AWS lambda functions