Skip to content

Conversation

@anthonyting
Copy link
Contributor

Issue #, if available:

Description of changes:

Currently the testing library spins up a whole server to simulate the Lambda service. This is unnecessary overhead, and also can cause issues with mocking, since its an extra dependency that customers need to avoid mocking. Additionally, it can create issues due to port conflicts.

This change makes it so the server is now simulated using worker communication instead of creating an actual socket.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@anthonyting anthonyting marked this pull request as ready for review November 29, 2025 21:52
@anthonyting anthonyting merged commit 277d085 into main Dec 1, 2025
13 checks passed
@anthonyting anthonyting deleted the refactor-testing-lib-no-server branch December 1, 2025 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant