Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreasneuber/4d4d3c46faa9209a814e360fc1415343 to your computer and use it in GitHub Desktop.
Save andreasneuber/4d4d3c46faa9209a814e360fc1415343 to your computer and use it in GitHub Desktop.
General approach - Preps before test execution on web app using AWS/RDS
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