Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python or Multi run time support? #8

Open
cpvandehey opened this issue Nov 26, 2018 · 2 comments
Open

Python or Multi run time support? #8

cpvandehey opened this issue Nov 26, 2018 · 2 comments

Comments

@cpvandehey
Copy link

I'd like to use this with my python project, but I cant seem to get it to actually call the proxy services.

@cpvandehey
Copy link
Author

Here is what my console log looks like when I rig up the config for python projects:

{ handler: 'manager/data_testing_stage_3.test_data',
  timeout: 600,
  events: [],
  name: 'manager-local-data-testing-stage-3' } 'data-testing-stage-3' '/path/to/project/local/main'
{ handler: 'manager/environment_cleaning_stage_4.clean_environment',
  timeout: 600,
  events: [],
  name: 'manager-local-environment-cleaning-stage-4' } 'environment-cleaning-stage-4' '/path/to/project/local/main'

Serverless: Starting Offline: local/us-west-2.



Serverless: (none)
{ handler: 'manager/data_testing_stage_3.test_data',
  timeout: 600,
  events: [],
  name: 'manager-local-data-testing-stage-3' } 'data-testing-stage-3' '/path/to/project/local/main'
Serverless: Routes for data-testing-stage-3:



Serverless: (none)
{ handler: 'manager/environment_cleaning_stage_4.clean_environment',
  timeout: 600,
  events: [],
  name: 'manager-local-environment-cleaning-stage-4' } 'environment-cleaning-stage-4' '/path/to/project/local/main'
Serverless: Routes for environment-cleaning-stage-4:



Serverless: (none)
{ name: 'manager-local-data-testing-stage-3_proxy',
  handler: 'node_modules/serverless-offline-direct-lambda/proxy.handler',
  environment: undefined,
  events: [ { http: [Object] } ],
  package: { include: [ 'proxy.js' ] } } 'manager-local-data-testing-stage-3_proxy' '/path/to/project/local/main'
Serverless: Routes for manager-local-data-testing-stage-3_proxy:
Serverless: POST /proxy/manager-local-data-testing-stage-3

{ name: 'manager-local-environment-cleaning-stage-4_proxy',
  handler: 'node_modules/serverless-offline-direct-lambda/proxy.handler',
  environment: undefined,
  events: [ { http: [Object] } ],
  package: { include: [ 'proxy.js' ] } } 'manager-local-environment-cleaning-stage-4_proxy' '/path/to/project/local/main'
Serverless: Routes for manager-local-environment-cleaning-stage-4_proxy:
Serverless: POST /proxy/manager-local-environment-cleaning-stage-4

Serverless: Offline listening on http://localhost:3000




Serverless: POST /proxy/manager-local-data-testing-stage-3 (λ: manager-local-data-testing-stage-3_proxy)
Serverless: The first request might take a few extra seconds
Python:  

Python:   Serverless Error ---------------------------------------

Python:  
  Function "manager-local-data-testing-stage-3_proxy" doesn't exist in this Service
 

Python:   Get Support --------------------------------------------

Python:      Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues

Python:      Issues:        forum.serverless.com
 
  Your Environment Information -----------------------------

Python:      OS:                     darwin
     Node Version:           8.11.3

Python:      Serverless Version:     1.32.0
 

Serverless: [200] 1

@JacksonToomey
Copy link

Is there an update on this? This would be very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants