You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,9 +172,10 @@ This project is intended for development and testing purposes only. It is not su
172
172
3. No option for handling media files.
173
173
4. No option for adding a custom domain.
174
174
5. No option for connecting to other AWS services or any external APIs from Lambda.
175
-
6. The `/events` endpoint, which handles [non-HTTP events](https://github.com/awslabs/aws-lambda-web-adapter#non-http-event-triggers), is publicly accessible and unprotected.
176
-
7. Django's secret key is set with SAM CLI and insecurely stored in an environment variable.
177
-
8. Django's `ALLOWED_HOSTS` setting is configured with a wildcard by default, posing a security risk.
175
+
6. No option for database backup.
176
+
7. The `/events` endpoint, which handles [non-HTTP events](https://github.com/awslabs/aws-lambda-web-adapter#non-http-event-triggers), is publicly accessible and unprotected.
177
+
8. Django's secret key is set with SAM CLI and insecurely stored in an environment variable.
178
+
9. Django's `ALLOWED_HOSTS` setting is configured with a wildcard by default, posing a security risk.
0 commit comments