:orange_square: Getting Started
AWS Client is python utility that use boto3 library
to get information about EC2 instances
to put, get files from S3 buckets
to send, receive messages from SQS
Installing
Install via pip
pip install awsconnect
:orange_square: Run
Examples EC2
Get information about instances in EC2
python3 -m awsconnect ec2
Examples S3
Put files to S3 buckets
python3 -m awsconnect s3 put --filename test.json --bucket test
Get files from S3 buckets
python3 -m awsconnect s3 get --filename test.json --bucket test
Examples SQS
Send messages from SQS
python3 -m awsconnect sqs send --queue test --filename example_sqs_messages.json
Receive messages from SQS
python3 -m awsconnect sqs receive --queue test
:orange_square: Versioning
Using SemVer for versioning. For the versions available, see the tags on this repository.
:orange_square: Authors
- Zakhar Bengart - Initial work - Ze
See also the list of contributors who participated in this project.
:orange_square: License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the LICENSE file for details
Release files for awsconnect 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| awsconnect-1.3.1.tar.gz | 2.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| awsconnect-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.4 MB
Release files / awsconnect-1.3.1.tar.gz
| Download URL | awsconnect-1.3.1.tar.gz |
|---|---|
| Size | 2.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
71e941d42a59a86709d7a20ee61bea3a64c572621752bd1e8ea1c2ce24d31fe0
|
|
BLAKE2b-256 checksum How to use checksums |
dcc49eadc14a22c73ef5d1207d72270a3fb5ca0fc79650fde5736acc499b913e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / awsconnect-1.3.1-py3-none-any.whl
| Download URL | awsconnect-1.3.1-py3-none-any.whl |
|---|---|
| Size | 21.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
74841b576486b5841401b7eea4343c60f4ead69f7d6ee3ed6efb4152e5a5deb2
|
|
BLAKE2b-256 checksum How to use checksums |
0cea921f08f47342935286f538ad8ac585e45b79162c20e889e8fbdea7873aee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|