Skip to content

feat: allow deployment as AWS Lambda #329

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

szubersk
Copy link
Contributor

No description provided.

@jtesta
Copy link
Owner

jtesta commented Mar 27, 2025 via email

@jtesta
Copy link
Owner

jtesta commented Apr 18, 2025

After thinking about this more, I have the following question: why would a new lambda_handler() function entry point be necessary, instead of simply running ssh-audit using Python's subprocess module? The advantage to using subprocess is that the existing command-line interface is already well-tested and well-supported.

If this new function only makes things slightly easier for end users, then I'd say its not worth the long-term maintenance cost; it would instead need to make things significantly easier to justify the added cost of maintenance and testing.

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.

2 participants