Skip to content

Commit

Permalink
Release beta 0.2.0 (#55)
Browse files Browse the repository at this point in the history
* - Change naming convention
* - Parallel & post
* - Create dir at virtual env
* - Change module names
* - Fix api calls
* Feature stress test (#52)
* - Add stress test with tf
* - Change to shell script
* - Add parameter destroy & rename instances
* - Add safty check & Update instances count
* - Change dynamo scan interval
* Add UnitTest (#51)
- add ut for shared libraries
* - fix logs and cft
* Update README.md
* - Edit readme according to TW
  • Loading branch information
NoamALK authored Aug 18, 2020
1 parent 7739ad8 commit 509a1e4
Show file tree
Hide file tree
Showing 66 changed files with 4,760 additions and 4,587 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Distribution / packaging
.venv/*
.Python
*.pyc
env/
Expand All @@ -20,3 +21,13 @@ __pycache__

# Serverless directories
.serverless
*.ppk
*.pem
.DS*

# terraform
vars.json
manifest*.json
*.plan
*.tfstate*
.terraform
Loading

0 comments on commit 509a1e4

Please sign in to comment.