nelsonic / nelsonic/github-scraper
Feat: Deploy AWS Lambda Function with URL
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 456
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
We need a way of invoking the scraper from our Elixir app for https://github.com/dwyl/who/issues/86
Todo
- allow a single
urlvariable - return
dataasJSON
Note: Only working on the "happy path".
- deploy to lambda using https://github.com/dwyl/aws-lambda-deploy
- Update https://github.com/dwyl/aws-lambda-deploy in the process 😬
Ref: https://github.com/dwyl/learn-aws-lambda/issues/124 -> https://dev.to/aws-builders/introducing-lambda-function-urls-4ahd
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named; start by inspecting the scraper's Lambda deployment configuration and the Elixir integration referenced in the issue. Confirm whether the checked-off deployment work is already present, and treat the feature as done only when a Lambda URL accepts a single URL input and returns the scraper data as JSON.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, elixir, javascript
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100