Skip to main content

This package will help to use AWS service without SDK

Project description

AWS Signature Version 4

Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP. By using this libary you can use AWS services. more detail visit on AWS

Feature List
Name status
AWS IoT Core done
AWS EC2 Comming

Example

"""
IoT Core Example 
"""
import datetime
from AWSSignV4.client import Client

endpoint="https://your_aws_iot_endpoint"

client = Client(
    aws_region="<AWS region>",
    aws_service="iotdevicegateway",
    aws_access_key="<your aws access key>",
    aws_secret_key="<your aws secret key>",
    date_time=datetime.datetime.now().utcnow()
)

client.build_canonical(canonical_uri="/topics/<your IoT topic name>", canonical_querystring="qos=1")
response = client.post(url=endpoint, data={"hello": "IoT Core"})
# If everthing is fine you will get success message like bellow
# {"message":"OK","traceId":"137a8fd1-78ae-af36-bd47-ae70e1e691e7"}
# or you can also subscript your topic name on AWS IoT core test client feature. 
print(response.text)

To learn more Documentation.

Changelog

See Changelog

License

MIT

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AWSSignV4-0.0.7.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

AWSSignV4-0.0.7-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file AWSSignV4-0.0.7.tar.gz.

File metadata

  • Download URL: AWSSignV4-0.0.7.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for AWSSignV4-0.0.7.tar.gz
Algorithm Hash digest
SHA256 fcdb2202d0b2f2d879e34a3089307f9423e8425429b4a73e98b2cbc899648236
MD5 9dfcc1c4840242c1a69fa410fd02e913
BLAKE2b-256 eaa6b7c73abbac88457135532c9bff17aa879c7198327858d415ebdfeafd7df5

See more details on using hashes here.

File details

Details for the file AWSSignV4-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: AWSSignV4-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8

File hashes

Hashes for AWSSignV4-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7a92f35961cb22f85add9e9ca207e09d977eb37ec3e8aacdb327801903210a3b
MD5 866ca225d68d3c2de96c828e7ced2ca1
BLAKE2b-256 594549ae0b8e3ac0fc0cd12698cc5cc08f1c87ac7347cdec5856289bb479f338

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page