Added PostgreSQL RDS database. Added channels protected endpoints. Added scripts and docker config to run application locally in dev mode.
Some checks failed
AWS Deploy on Push / build (push) Failing after 41s
Some checks failed
AWS Deploy on Push / build (push) Failing after 41s
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,10 +4,16 @@ __pycache__
|
||||
.pytest_cache
|
||||
.env
|
||||
.venv
|
||||
*.pid
|
||||
*.log
|
||||
*.egg-info
|
||||
.coverage
|
||||
.roomodes
|
||||
cdk.out/
|
||||
node_modules/
|
||||
data/
|
||||
.roo/
|
||||
.ruru/
|
||||
|
||||
# CDK asset staging directory
|
||||
.cdk.staging
|
||||
|
||||
Reference in New Issue
Block a user