This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Added Support to Deploy the Bytewax Streaming Pipeline to AWS #9
iusztinpaul
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🤖 Added
To deploy the Bytewax streaming pipeline to AWS is as easy as:
make deploy_aws
You can see the deployment state by running
make info_aws
.You can stop the deployment and destroy all the resources by running
make undeploy_aws
Note: Code tested only under Ubuntu 22.04.
🔥 Future Steps
The next step is to move all these steps into Git Hub Actions. So you can run them no matter what OS you are using.
Beta Was this translation helpful? Give feedback.
All reactions