Skip to content
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

AWS Lambda initial POC #139

Merged
merged 59 commits into from
Dec 14, 2023
Merged

AWS Lambda initial POC #139

merged 59 commits into from
Dec 14, 2023

Conversation

BelSasha
Copy link
Contributor

@BelSasha BelSasha commented Nov 9, 2023

What is supported?

  1. Create and execute a lambda (one or multiple .py files), including installing python libraries.
  2. Function call methods: map, starmap, save, share, from_name, for_config
  3. A factory method, which creates AWSLambdaFunction instance, and sends it to AWS.
  4. Document (rst file) was created.

Tests which were executed and passed:

  1. AWS Lambda Function tests (all testing suite)
  2. Function tests (minimal level)
  3. Module tests (minimal level)

Copy link
Contributor

@dongreenberg dongreenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this is amazing work and a solid PoC. Next I think we should discuss the API surface and how to make it smoother with the core Function API, the access details, and some of the packaging mechanics.

runhouse/__init__.py Outdated Show resolved Hide resolved
Alexandra Belousov and others added 4 commits November 13, 2023 14:10
Co-authored-by: BelSasha <141743480+BelSasha@users.noreply.github.com>
Co-authored-by: Alexandra Belousov <sashabelousovrh@Alexandras-MacBook-Pro.local>
@BelSasha BelSasha changed the title AWS Lambda initial POC [WIP] AWS Lambda initial POC Nov 19, 2023
BelSasha and others added 5 commits November 29, 2023 15:00
Co-authored-by: Alexandra Belousov <sashabelousovrh@Alexandras-MBP.lan>
Co-authored-by: Alexandra Belousov <sashabelousovrh@Alexandras-MacBook-Pro.local>
@dongreenberg dongreenberg merged commit 4968fa6 into main Dec 14, 2023
3 of 4 checks passed
@dongreenberg dongreenberg deleted the rh/aws_lambda_poc branch December 14, 2023 07:16
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.

3 participants