pip install -r requirements.txt
AWS_ACCESS_KEY_ID=your aws access key
AWS_SECRET_ACCESS_KEY=your secret access key
AWS_SESSION_TOKEN=your sessions token
AWS_REGION=us-east-1
EFS_PATH=yourpath/app.log
S3_BUCKET_NAME=your bucket name
API_GATEWAY_URL=your API Gateway URL
ECR_REPOSITORY=your name ECR
ECR_REGISTRY=your url image
python app.py
You must solve the problem in the CI/CD