# AWS Quantum Ledger Database QLDB

### Overview of AWS QLBD

AWS QLDB

* provides a **centralized ledger** for auditing and record keeping purposes
    
* Offers **Verifiability** - verifies integrity of past records
    
* is **Scalable**
    
* is **Serverless**
    
* can be provisoned with **AWS CloudFormation (IaC)** with additional user level control from client side with **IAM & ACL**
    
* can **trigger AWS Lambda events** to process other *downstream workflows*
    
* can integrate with **other AWS PaaS Services**
    

### PYTHON client API for AWS QLDB

AWS QLDB supports low-level python client (AWS SDK for Python *Boto 3* API)

Using Python, one can perform following operations on Amazon QLDB

* Create a New Ledger
    
* Test Connectivity to the Ledger
    
* Create Tables, Indexes, and Sample Data
    
* Query the Tables in a Ledger
    
* Modify Documents in a Ledger
    
* View the Revision History for a Document
    
* Verify a Document in a Ledger
    

Please refer to the [link](https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started.python.tutorial.html) for more details.

# AWS Managed Blockchain AMB

Please refer [Live demo link](https://www.youtube.com/watch?v=WAIOBeQA2QQ) from 12MINS onward

### Key Concepts of AMB

Please Refer [Link for AMB Client Template](https://github.com/awslabs/amazon-managed-blockchain-client-templates)

Thank you for joining! Stay connected with the latest updates and insights by visiting my website [**www.DeepHiveMind.com**](http://www.deephivemind.com/). Don't forget to follow me on social media for more tech tips and discussions. Let's continue exploring the exciting world of technology together! #TechTalks #StayConnected

* LinkedIn:[**https://www.linkedin.com/in/harshvardhan-ai/**](https://www.linkedin.com/in/harshvardhan-ai/)
    
* GitHub: [**https://github.com/DeepHiveMind**](https://github.com/DeepHiveMind)
