Python Forum
[split] Docker-compose on Pycharm - Connection refused - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: [split] Docker-compose on Pycharm - Connection refused (/thread-33695.html)



[split] Docker-compose on Pycharm - Connection refused - handsoncloud44 - May-17-2021

DEPLOY PYTHON LAMBDA

Project structure
Here’s a project structure which we’ll be using during this demo:

$ tree lambda_container
lambda_container
├── README.md
├── lambdas
│ └── git_client
│ ├── Dockerfile
│ └── index.py
└── main.tf

2 directories, 4 files

lambdas – the folder where we put Lambda functions source code
main.tf – Terraform demo code, which will build Docker container for git_client Lambda function and deploy the function afterwards