aws-bootcamp-cruddur-2023 icon indicating copy to clipboard operation
aws-bootcamp-cruddur-2023 copied to clipboard

Results 11 aws-bootcamp-cruddur-2023 issues
Sort by recently updated
recently updated
newest added

installing flask command was missing

Installing flask on GitPod environment is missing from the list of commands cd backend-flask export FRONTEND_URL="*" export BACKEND_URL="*" #installing flask command missing pip3 install -r requirements.txt python3 -m flask run...

## [updat lambda function with connection pool and Error handler](https://github.com/bilred/aws-bootcamp-cruddur-2023/commit/07cb261af99cd8260878c34812a62d9895bd53ad) ```py import json import psycopg2 from psycopg2 import pool from urllib.parse import urlparse import os import sys def lambda_handler(event, context):...

How to get involve in the bootcamp