AIS service discovery package for python3
Project description
ais-service-discovery-python
Cloud Application Framework
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
from ais_service_discovery import call response=call('namespace', 'service', 'handler', {<Payload>}) print(response)
Lambda Async Call
from ais_service_discovery import call response=call('namespace', 'service', 'handler', {<Payload>}, {'InvocationType': 'Event'}) print(response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ais_service_discovery-0.2.0-py3-none-any.whl (18.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size ais_service_discovery-0.2.0.tar.gz (5.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for ais_service_discovery-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6c234cdf8c4b4e401e291703bb290af28fd73c2b2071573088d682135c25013 |
|
MD5 | cd42289d767cffd07052ff3dbd3e85eb |
|
BLAKE2-256 | 4958e0fbf591ca964bfddb07f159cee9a963fdf6de3283923e3c22a74d259eec |
Close
Hashes for ais_service_discovery-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 930fb43003ebf7e1bd6e003421e887591af7b466a6dc854a26ddd4e643e3b9c2 |
|
MD5 | 1aa33aa6071cc4a237115ff548279ddf |
|
BLAKE2-256 | 73edc9b503a85187fa1f6e1b3b45b93d23ab3a401befbc519263870cc4be95b7 |