Commit 6754d6d
Migrate OWASP Nest to Zappa for serverless deployment (#2431)
* Install zappa and initial example configuration
* add temporary IaC code for testing
* Update code
* Remove IAM and let Zappa manage it
* add README
* add RDS proxy, pre-commit hooks, clean-up code
* feat: add ecs tasks
* refactor/clean cache module
* refactor/clean database module
* refactor/clean ecs module
* refactor/clean networking module
* address Sonar Qube bot suggestions
* keep some Sonar Qube bot suggestions but add #NOSONAR
* add terraform dictionary
* refactor/clean security module
* fix pre-commit hooks and add terraform_validate
* add SHA hash and remove terraform_validate
* refactor/clean storage module
* Update docs
* add S3 support for load-data task
* Update README and necessary examples
* coderabbit suggestions
* Update code: install awscli before invoking aws in task
* update README
* NOSONAR
* update README
* fix spell check
* Update README
* fix: typo
* remove immutable tagged images
* fix: load-data task fail due to no permissions
* fix spell check: add PYTHONPATH
* add AWS CLI
* add set -e
* Update code
---------
Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>1 parent 3781d46 commit 6754d6d
44 files changed
Lines changed: 2774 additions & 7 deletions
File tree
- .github/workflows
- backend
- cspell
- infrastructure
- modules
- cache
- database
- ecs
- modules/task
- networking
- security
- storage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
53 | | - | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments