Change the repository type filter
All
Repositories list
9 repositories
inspector-to-sqs
PublicThis project provides a Python script that retrieves AWS Inspector V2 findings and sends them as JSON messages to an AWS SQS queue. The script allows configuration of the SQS queue name, target AWS account, and filtering criteria (severity and resource type) via a local configuration file.trivy-to-sqs
PublicThis project provides a Python script that scans EKS workloads using Trivy, retrieves vulnerabilities from container images, and sends them as JSON messages to an AWS SQS queue. The script allows configuration of the SQS queue name, target AWS account, and other settings via a local configuration file.cdk-aws-cleaner
PublicThe AWS CDK Auto-Deletion Construct is a powerful infrastructure-as-code (IaC) tool that enables you to automatically remove an AWS CloudFormation stack after a specified period. Built on top of the AWS Cloud Development Kit (CDK), this construct simplifies the process of managing the lifecycle of your infrastructure resources.kubernetes-cve-analyser
Publicterraform_example
Publicaws-slack-notifications
PublicThis GitHub repository contains an AWS CDK example application that provisions AWS resources, including an SNS topic and a Lambda function, following AWS best practices. The app serves as a Slack messenger, where messages published to the SNS topic trigger the Lambda function, populating the Slack channel with the message content.cdk-aws-cleaner-example
Public