معرفی شرکت ها


ais-service-discovery-0.2.1rc7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

AIS service discovery package for python3
ویژگی مقدار
سیستم عامل -
نام فایل ais-service-discovery-0.2.1rc7
نام ais-service-discovery
نسخه کتابخانه 0.2.1rc7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Peak AI
ایمیل نویسنده infra-notifications@peak.ai
آدرس صفحه اصلی https://github.com/peak-ai/ais-service-discovery-python
آدرس اینترنتی https://pypi.org/project/ais-service-discovery/
مجوز -
# ais-service-discovery-python ![CodeQuality](https://github.com/peak-ai/ais-service-discovery-python/workflows/CodeQL/badge.svg) ![Publish](https://github.com/peak-ai/ais-service-discovery-python/workflows/Upload%20Python%20Package/badge.svg) ![stable](https://img.shields.io/github/v/release/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/v/release/peak-ai/ais-service-discovery-python?include_prereleases) ![](https://img.shields.io/github/license/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/languages/count/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/languages/top/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/issues-raw/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/issues-pr-raw/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/languages/code-size/peak-ai/ais-service-discovery-python) ![](https://img.shields.io/github/repo-size/peak-ai/ais-service-discovery-python) ## Cloud Application Framework ![logo](https://raw.githubusercontent.com/peak-ai/ais-service-discovery-python/master/logo.png) ## Description This repository interfaces Service Discovery, in this instance CloudMap, in order to locate and communicate with different services. As opposed to storing ARN's in environment variables, this library will interface CloudMap to find a service by a user-friendly naming convention and will understand what 'type' of service you've requested and use the correct code to communicate/call that service. ## Services supported - Lambda (`call`). - SNS (`publish`). - SQS (`queue`). ## TODO - Lambda (`request`). - SQS (`listen`). - Http (`request`|`call`). - Fargate/ECS Task (`run`). ## Note: This library requires *Python 3.5 and above*. ## Examples: ### Lambda Call ```python from ais_service_discovery import call response=call('namespace', 'service', 'handler', {<Payload>}) print(response) ``` ### Lambda Async Call ```python from ais_service_discovery import call response=call('namespace', 'service', 'handler', {<Payload>}, {'InvocationType': 'Event'}) print(response) ```


نیازمندی

مقدار نام
>=1.9.55 boto3


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl ais-service-discovery-0.2.1rc7:

    pip install ais-service-discovery-0.2.1rc7.whl


نصب پکیج tar.gz ais-service-discovery-0.2.1rc7:

    pip install ais-service-discovery-0.2.1rc7.tar.gz