Skip to content

Commit 1fa8164

Browse files
author
Andrei D.
committed
Update limitations
1 parent 8014fb8 commit 1fa8164

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,10 @@ This project is intended for development and testing purposes only. It is not su
172172
3. No option for handling media files.
173173
4. No option for adding a custom domain.
174174
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.
178179

179180
## Production Use
180181

0 commit comments

Comments
 (0)