# \[ANN\] AWSBraket.jl - REST API wrapper for AWS Quantum Computing Service in native Julia

**URL:** https://discourse.julialang.org/t/ann-awsbraket-jl-rest-api-wrapper-for-aws-quantum-computing-service-in-native-julia/64608
**Category:** Quantum
**Tags:** package, announcement
**Created:** [July 13, 2021, 10:35pm UTC](https://discourse.julialang.org/t/ann-awsbraket-jl-rest-api-wrapper-for-aws-quantum-computing-service-in-native-julia/64608 "2021-07-13T22:35:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Roger-luo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/roger-luo/32/3399_2.png) [@Roger-luo](https://discourse.julialang.org/u/Roger-luo)
#### Post date: [July 13, 2021, 10:35pm UTC](https://discourse.julialang.org/t/ann-awsbraket-jl-rest-api-wrapper-for-aws-quantum-computing-service-in-native-julia/64608/1 "2021-07-13T22:35:52Z")

</div>

I’m pleased to announce the AWS braket REST API wrapper in native Julia based on its official implementation in [braket](https://aws.amazon.com/braket/).

> **[GitHub - QuantumBFS/AWSBraket.jl: Julia wrapper of AWSBraket schema and REST API](https://github.com/QuantumBFS/AWSBraket.jl)**
>
> Julia wrapper of AWSBraket schema and REST API. Contribute to QuantumBFS/AWSBraket.jl development by creating an account on GitHub.

This is a component of the coming YaoLang.jl package, which will be the recommended way of using Yao with AWS and its partner’s (e.g IonQ and Rigetti) quantum hardware. It currently implements all the JAQCD schema supported by AWS Braket services.

But for the benefit of the broader quantum community, we split this part of functionality out so that you can use it for other things you like.

unlike [IBMQClient](https://discourse.julialang.org/t/ann-ibmqclient-jl-the-ibm-quantum-experience-rest-api-wrapper-in-native-julia/60566) which is stable already, this package is in release beta, and should be considered as unstable on its public API given braket itself is in rapid development.

---

<div class="post-metadata">

### Author: ![xiaodai](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaodai/32/15937_2.png) [@xiaodai](https://discourse.julialang.org/u/xiaodai)
#### Post date: [July 14, 2021, 2:30am UTC](https://discourse.julialang.org/t/ann-awsbraket-jl-rest-api-wrapper-for-aws-quantum-computing-service-in-native-julia/64608/2 "2021-07-14T02:30:32Z")

</div>

do they have a quantum login action? you need to observe it to see if you have logged in. Otherwise, it’s not knowable and just follows a distribution.

---

<div class="post-metadata">

### Author: ![Roger-luo](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/roger-luo/32/3399_2.png) [@Roger-luo](https://discourse.julialang.org/u/Roger-luo)
#### Post date: [July 14, 2021, 5:24pm UTC](https://discourse.julialang.org/t/ann-awsbraket-jl-rest-api-wrapper-for-aws-quantum-computing-service-in-native-julia/64608/3 "2021-07-14T17:24:26Z")

</div>

I guess you can make your own with braket 😂
