Commit fe8bca4
committed
Add infrastructure and application code for cloud services
This commit introduces several new files to support cloud infrastructure and application development. Key additions include:
- `azuredeploy.json`: ARM template for Azure Web App deployment.
- `eks.tf`: Terraform configuration for Amazon EKS cluster setup.
- `example.tf`: Terraform resources for Azure networking and VM creation.
- `gke.tf`: GKE cluster configuration with logging and monitoring.
- `index.js`: Utility functions for file handling in Node.js.
- `main-sample1.tf`: AWS CloudFront distribution setup.
- `mongodb.go`: MongoDB connection handling with environment variables.
- `network.tf`: Azure Application Gateway and networking resources.
- `python-routes.py`: Flask routes for querying a book database.
- `RegexDoS.aspx.cs`: Web form demonstrating a ReDoS vulnerability.
- `server.Dockerfile`: Docker setup for a Python application.
- `SqliteDbProvider.cs`: SQLite database provider implementation.
- `Util.cs`: Utility functions for process management and logging.1 parent 0f2c9ce commit fe8bca4
File tree
13 files changed
+1796
-0
lines changed- samples
13 files changed
+1796
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments