-
Notifications
You must be signed in to change notification settings - Fork 98
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
Feat: Deploy AWS Lambda Function with URL #128
Labels
Comments
3 tasks
Closed
Getting a roadblock:
|
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
nelsonic
added a commit
that referenced
this issue
Feb 4, 2024
Working: But I'm burning the candle at both ends working at 3am ... so calling it a day. 🛌 |
1 task
https://eu-west-1.console.aws.amazon.com/lambda/home?region=eu-west-1#/functions/github-scraper-v7?tab=testing {
"errorType": "Runtime.ImportModuleError",
"errorMessage": "Error: Cannot find module '../config/repos'\nRequire stack:\n- /var/task/lib/followers.js\n- /var/task/lib/scrapers.js\n- /var/task/lib/switcher.js\n- /var/task/lib/index.js\n- /var/task/index.js\n- /var/runtime/index.mjs",
"trace": [
"Runtime.ImportModuleError: Error: Cannot find module '../config/repos'",
"Require stack:",
"- /var/task/lib/followers.js",
"- /var/task/lib/scrapers.js",
"- /var/task/lib/switcher.js",
"- /var/task/lib/index.js",
"- /var/task/index.js",
"- /var/runtime/index.mjs",
" at _loadUserApp (file:///var/runtime/index.mjs:1087:17)",
" at async UserFunction.js.module.exports.load (file:///var/runtime/index.mjs:1119:21)",
" at async start (file:///var/runtime/index.mjs:1282:23)",
" at async file:///var/runtime/index.mjs:1288:1"
]
} |
nelsonic
added a commit
that referenced
this issue
Mar 30, 2024
nelsonic
added a commit
that referenced
this issue
Mar 30, 2024
nelsonic
added a commit
that referenced
this issue
Mar 30, 2024
nelsonic
added a commit
that referenced
this issue
Apr 23, 2024
nelsonic
added a commit
that referenced
this issue
Apr 23, 2024
This was referenced Jul 15, 2024
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a way of invoking the scraper from our
Elixir
app for dwyl/who#86Todo
url
variabledata
asJSON
Ref: dwyl/learn-aws-lambda#124 -> https://dev.to/aws-builders/introducing-lambda-function-urls-4ahd
The text was updated successfully, but these errors were encountered: