Skip to content

Commit 24ce07a

Browse files
committed
Add: "show_date_time.sh" to replace the repetitive code to show current date/time in bash scripts.
Change: Redirect README instructions to the GenericSuite Documentation [GS-73].
1 parent 5a6d10a commit 24ce07a

File tree

6 files changed

+27
-812
lines changed

6 files changed

+27
-812
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1717
### Breaks
1818

1919

20-
## 1.0.9 (2024-04-28)
20+
## 1.0.9 (2024-05-06)
2121
---
2222

2323
### New
24-
Add "set_app_dir_and_main_file.sh" to Loads .env file and sets APP_DIR, APP_MAIN_FILE and APP_HANDLER environment variables with the Python entry point for uvicorn and gunicorn [FA-248].
24+
Add "set_app_dir_and_main_file.sh" to load the ".env" file and set APP_DIR, APP_MAIN_FILE and APP_HANDLER environment variables with the Python entry point for uvicorn and gunicorn [FA-248].
2525
Add ".npmignore" to the ".chalice" and "scripts/aws_big_lambda" directories [FA-258].
26+
Add: "show_date_time.sh" to replace the repetitive code to show current date/time in bash scripts.
2627

2728
### Changes
2829
Change "run_aws.sh", "secure_local_server/run.sh" and "big_lambdas_manager.sh" to implement "set_app_dir_and_main_file.sh" [FA-248] and [FA-98].
2930
Change "run_aws.sh" to call "secure_local_server/run.sh" for "gunicorn" and "uvicorn" RUN_METHODs and "https" RUN_PROTOCOL [FA-248].
3031
Change "big_lambdas_manager.sh" and "run_local_dns.sh" to build templates and configuration files in "/tmp" [FA-248] and [FA-98].
32+
Redirect README instructions to the GenericSuite Documentation [GS-73].
3133

3234
### Fixes
3335
Fix error "KeyError: 'APP_DB_NAME'" in "secure_local_server/docker_entrypoint.sh" by setting APP_DB_ENGINE, APP_DB_NAME, APP_DB_URI, APP_CORS_ORIGIN, AWS_S3_CHATBOT_ATTACHMENTS_BUCKET env. vars. before calling uvicorn and gunicorn [FA-248].

0 commit comments

Comments
 (0)