aws-lambda-chaos-injection
Chaos Injection library for AWS Lambda (by adhorn)
aws-secrets-manager-rotation-lambdas
Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager (by aws-samples)
aws-lambda-chaos-injection | aws-secrets-manager-rotation-lambdas | |
---|---|---|
2 | 4 | |
104 | 350 | |
0.0% | 1.4% | |
0.0 | 4.1 | |
8 months ago | 6 months ago | |
Python | Python | |
MIT License | MIT No Attribution |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
aws-lambda-chaos-injection
Posts with mentions or reviews of aws-lambda-chaos-injection.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-08.
-
AWS Fault Injection Service for AWS Lambda - Part 1 Introduction
aws-lambda-chaos-injection
-
Chaos engineering for serverless with AWS Fault Injection Simulator
chaos_lambda is a small library injecting chaos into AWS Lambda. It offers simple python decorators to do delay, exception and statusCode injection for your AWS Lambda function. This allows to conduct small chaos engineering experiments for your serverless application in the AWS Cloud. https://github.com/adhorn/aws-lambda-chaos-injection
aws-secrets-manager-rotation-lambdas
Posts with mentions or reviews of aws-secrets-manager-rotation-lambdas.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-25.
- How does your company do secret management? AWS/GCP/Azure/Vault/CyberArk etc. thoughts?
-
How to store (or Not) your DB password in AWS
Create a new Lambda function that will handle the rotation - here is a template https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/master/SecretsManagerRDSMySQLRotationMultiUser/lambda_function.py - I created it in a separate folder within the same repository. If you are like me, new to using Python, you could use this helpful guide:https://docs.aws.amazon.com/lambda/latest/dg/python-package.html.
-
Secrets Manager vs Env Variables for Postgres DB
One extra benefit of using Secrets Manager is that you can enable secret rotation. You can find reference implementations for the rotation lambda here https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas
-
deploying AWS provided lambda with terraform, problem with dependencies
I would like to deploy SecretsManagerRDSPostgreSQLRotationMultiUser lambda with terraform; meaning I would store source code of lambda linked above in my repository and use terraform to package it into zip file, including dependencies and then upload it to AWS.
What are some alternatives?
When comparing aws-lambda-chaos-injection and aws-secrets-manager-rotation-lambdas you can also consider the following projects:
cloudformation-templates - Templates which can be used to automate infrastructure deployments in AWS
aws-config-rdk - The AWS Config Rules Development Kit helps developers set up, author and test custom Config rules. It contains scripts to enable AWS Config, create a Config rule and test it with sample ConfigurationItems.
ssl-check-api - This api returns the ssl expiration date of the hostname.
serverless-micro-django - Lightweight yet powerful python utility for lambda functions, Use Django ORM in your Python lambda functions
chalice - Python Serverless Microframework for AWS
aws-lambda-chaos-injection vs cloudformation-templates
aws-secrets-manager-rotation-lambdas vs cloudformation-templates
aws-lambda-chaos-injection vs aws-config-rdk
aws-secrets-manager-rotation-lambdas vs ssl-check-api
aws-lambda-chaos-injection vs serverless-micro-django
aws-secrets-manager-rotation-lambdas vs chalice