In order to use remote Docker host, as a prerequisite you need SSH enabled (required login using SSH keys).
Go to C:\Users\YOUR_USERNAME\.ssh and copy content of id_rsa.pub file
| package pool | |
| import ( | |
| "fmt" | |
| "sync" | |
| "runtime" | |
| ) | |
| // GoroutinePool pools Goroutines to avoid performance penalties associated with spawning many | |
| // short-lived goroutines that each have to individually grow their stack. |
| plugins: | |
| - serverless-pseudo-parameters | |
| provider: | |
| name: aws | |
| runtime: python3.7 | |
| stage: ${opt:stage, 'dev'} | |
| environment: | |
| SQLALCHEMY_DATABASE_URI: # DB DSN |