airtai / fastkafka

FastKafka is a powerful and easy-to-use Python library for building asynchronous web services that interact with Kafka topics. Built on top of Pydantic, AIOKafka and AsyncAPI, FastKafka simplifies the process of writing producers and consumers for Kafka topics.
https://fastkafka.airt.ai
Apache License 2.0
42 stars 2 forks source link

Create CLI command for deploying FastKafka service on AWS #12

Open davorrunje opened 1 year ago

davorrunje commented 1 year ago

e.g.

fastkafka aws deploy kafka_service:kafka_app --working_dir=. --param1=value1 --param2=value2 \ --name=production-kafka-service \ --requirements-file-name=requirements.txt \ --instance-type=m5.xlarge

(potentially some other params that are supported by AWS) there will be some other things to look for

fastkafka aws ls

fastkafka aws stop --name=production-kafka-service