Create a way to test the code

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
aws, javascript, shell
Domain
backend, cloud, testing

Research direction

The issue does not name any files, tests, or entry points. Start by inspecting the repository's Lambda entry point and current test or deployment configuration, then compare the proposed API Gateway mock and curl-based approaches. Done means a repeatable check confirms the redirect response and its status, effective URL, and redirect URL.

Written by the indexing model from the issue text.

Description

enhancement

I can either:

  1. Create an API Gateway with integration type mock
  2. Create a shell script with a curl command like curl -s -w "%{http_code}\n%{url_effective}\n%{redirect_url}\n" "API_GATEWAY_URL" and perhaps parse the output to determine if the response is as expected.
Dominant language
JavaScript
Stars
22
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.