Python Forum
[split] Docker-compose on Pycharm - Connection refused
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Docker-compose on Pycharm - Connection refused
#1
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
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020