Last active
November 18, 2023 13:45
-
-
Save andreasneuber/4d4d3c46faa9209a814e360fc1415343 to your computer and use it in GitHub Desktop.
General approach - Preps before test execution on web app using AWS/RDS
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
If web app uses AWS RDS for database, then the following can be done: | |
- AWS Lambda function executes DB queries directed to RDS | |
- Trigger of Lambda function -> AWS API Gateway (RestAPI) | |
- Test suite can trigger REST API call on start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment