feat(chaos-engineering): add stress test lambda functions for Aurora, ElastiCache, FIS, and Lambda layer module - #290
Open
itsharshvb wants to merge 2 commits into
Open
feat(chaos-engineering): add stress test lambda functions for Aurora, ElastiCache, FIS, and Lambda layer module#290itsharshvb wants to merge 2 commits into
itsharshvb wants to merge 2 commits into
Conversation
…mbda layer modules
SentinelOne IaC Issues Detector❌ Detected 7 issue(s) in your pull request Here are the detected issues.
SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Open-sources the internal chaos-engineering / resilience-testing modules into
hyperswitch-suiteso they can be reused by downstream projects.Modules added
aurora-fault-injectionterraform/aws/modules/composition/aurora-fault-injection/elasticache-stress-testterraform/aws/modules/composition/elasticache-stress-test/fis-experimentsterraform/aws/modules/composition/fis-experiments/lambda-layerterraform/aws/modules/composition/lambda-layer/redis-pyandpsycopg2dependencies for the stress-test lambdasValidation performed
terraform fmt -recursive -write=trueterraform validateforaurora-fault-injection,elasticache-stress-test,fis-experiments, andlambda-layerpython3 -m py_compileon all Lambda source filesUsage note
The
lambda-layermodule consumes a pre-built zip. Typical usage is to publishredis-pyfor the Redis/Valkey stress lambdas andpsycopg2for the Aurora fault-injection/stress lambdas.