Billel REDOUANE

Results 1 issues of Billel REDOUANE

## [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):...