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

update to probot v10 - take 2 #15

Closed
wants to merge 7 commits into from
Closed

Conversation

soberstadt
Copy link
Contributor

@soberstadt soberstadt commented Sep 15, 2020

This was merged into master with #14, but it caused this error:

{
    "errorType": "Runtime.ImportModuleError",
    "errorMessage": "Error: Cannot find module 'probot/lib/resolver'\nRequire stack:\n- /var/task/node_modules/@probot/serverless-lambda/index.js\n- /var/task/src/handlers.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js",
    "stack": [
        "Runtime.ImportModuleError: Error: Cannot find module 'probot/lib/resolver'",
        "Require stack:",
        "- /var/task/node_modules/@probot/serverless-lambda/index.js",
        "- /var/task/src/handlers.js",
        "- /var/runtime/UserFunction.js",
        "- /var/runtime/index.js",
        "    at _loadUserApp (/var/runtime/UserFunction.js:100:13)",
        "    at Object.module.exports.load (/var/runtime/UserFunction.js:140:17)",
        "    at Object.<anonymous> (/var/runtime/index.js:43:30)",
        "    at Module._compile (internal/modules/cjs/loader.js:1138:30)",
        "    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)",
        "    at Module.load (internal/modules/cjs/loader.js:986:32)",
        "    at Function.Module._load (internal/modules/cjs/loader.js:879:14)",
        "    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)",
        "    at internal/main/run_main_module.js:17:47"
    ]
}

@soberstadt soberstadt changed the title update to probot v10 update to probot v10 - take 2 Sep 15, 2020
@soberstadt
Copy link
Contributor Author

This is blocked by probot/adapter-aws-lambda-serverless#43

@stage-branch-merger
Copy link

I see you added the "On Staging" label, I'll get this merged to the staging branch!

@soberstadt
Copy link
Contributor Author

This might be a good idea, but I think it's not a good use of my last few days to try to get this working.

@soberstadt soberstadt closed this Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant