awslabs / awslabs/llrt

TLS support

Open
#1,102 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
8.8k
Forks
393
Avg merge
1d 11h
Merged PRs (30d)
45

Description

LLRT is a fantastic project, I can't wait to incorporate it into my projects.

However, it's currently unusable for any real-world use due to the lack of TLS support.
Without TLS, you can't interact with many external services at the moment, such as some databases.

At the moment the error I'm getting is:
`ReferenceError: Error resolving module 'tls'`

Is there an ETA for TLS support?

Contributor guide

Open the contributing guide

Research direction

Start by tracing the missing `tls` module from the reported `ReferenceError` and inspect how LLRT resolves built-in modules. Done means TLS-dependent external services can load the module and no longer fail with this resolution error; the issue does not name specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, rust
Domain
networking, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.