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

Support handler located at subfolder #198

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Support handler located at subfolder #198

merged 1 commit into from
Dec 7, 2021

Conversation

felipeespitalher
Copy link
Contributor

I'm facing the same mentioned at this issue #136.
So, I made some changes to validate if "wsgi_handler.handler" is at subfolder.

Here is an example how I would like/need to use this plugin

functions:
  api:
    handler: api/wsgi_handler.handler

@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #198 (3f4cf44) into master (0e5789b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files           1        1           
  Lines         292      292           
  Branches       73       73           
=======================================
  Hits          290      290           
  Misses          2        2           
Impacted Files Coverage Δ
index.js 99.31% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e5789b...3f4cf44. Read the comment docs.

@logandk
Copy link
Owner

logandk commented Dec 7, 2021

@felipeespitalher Thanks!

@logandk logandk merged commit 46f4608 into logandk:master Dec 7, 2021
@felipeespitalher felipeespitalher deleted the feature/support-subfolder-handler branch December 8, 2021 13:20
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

Successfully merging this pull request may close these issues.

2 participants