mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #246] [MERGED] [Feature] AWSMessageQueue (llama-deploy) #350
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/246
Author: @nerdai
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @nerdai
Base:
main← Head:aws-llama-deploy📝 Commits (10+)
42fe82fupdated for the new llama-deploy structure1f651c9revised auth, cleanup and resource creationc179267add aws missing deps14205a9add missing types3c6b7fbREADME examples2ae4988remove prefix from base settingsc999994add AWS message queue to deploy.py helpers533bbf9add awssqs extra061fe4cadd missing abstract methods0bf800fadd topics and queues to config📊 Changes
11 files changed (+1097 additions, -16 deletions)
View changed files
📝
examples/message-queue-integrations/README.md(+15 -7)📝
examples/message-queue-integrations/_app/multi_workflows_app/deployment/core.py(+3 -1)📝
examples/message-queue-integrations/_app/multi_workflows_app/workflows/funny_joke.py(+4 -2)📝
examples/message-queue-integrations/_app/pyproject.toml(+1 -1)➕
examples/message-queue-integrations/aws/docker/docker-compose.yml(+49 -0)➕
examples/message-queue-integrations/aws/docker/template.env.aws(+3 -0)📝
llama_deploy/deploy/deploy.py(+6 -0)📝
llama_deploy/message_queues/__init__.py(+3 -1)➕
llama_deploy/message_queues/aws.py(+381 -0)📝
poetry.lock(+626 -3)📝
pyproject.toml(+6 -1)📄 Description
Closes #161 which is the PR that aimed to bring
AWSMessageQueueprior tov0.1.0release.Credit: @MartinRistov
Closes #251
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.