aws-connected-device-framework icon indicating copy to clipboard operation
aws-connected-device-framework copied to clipboard

Asset Library Remove Device to Device Association

Open TusharPatel44 opened this issue 1 year ago • 0 comments

Aws Connected Device Framework Affected Module(s):

I'm submitting a ...

  • [x] bug report
  • [ ] feature request

Description:

Current behavior:

API for deleting association from Device to Device is not working: DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId} Expected behavior:

This API should delete existing association between two devices Steps to reproduce:

Create relationship: PUT /devices/{deviceId}/{relationship}/devices/{otherDeviceId} then delete using: DELETE /devices/{deviceId}/{relationship}/devices/{otherDeviceId}Additional Information:

TusharPatel44 avatar Mar 29 '23 15:03 TusharPatel44

Thanks for the feedback. Supporting the AWS SDK for Go v2 is definitely on our radar, but we do not have a timeline to share at this time.

mt0321 avatar Jul 11 '18 16:07 mt0321

hi is anyone working on v2 ?

yang-wei avatar Jul 17 '19 00:07 yang-wei

Unfortunately, AWS Go SDK v2 is currently not on our roadmap since it's still in developer preview stage. Once it's generally available, we will start our plan to support v2.

lyaoxion avatar Apr 17 '20 23:04 lyaoxion

Sounds like this is getting pretty close: https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-v2-release-candidate/

pas256 avatar Jan 06 '21 05:01 pas256

AWS SDK v2 for Go was GA'd on 2021-01-19 per https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability

Can we get an update on this?

cuongvo avatar Feb 19 '21 04:02 cuongvo

Hi all,

I've forked the project and created a compatibility layer for go sdk v2. You can check it out here. I've currently only written support for query and putItem. Guaranteed to have some bugs, mainly because I haven't done much testing.

If you want to try it out all you need to do is add a replace line in your go.mod

replace (
	github.com/aws/aws-dax-go => github.com/kochie/aws-dax-go master
)

If there's interest in supporting the other API calls let me know. I'm pretty sure that updating the project to support aws-go-sdk-v2 will require a major rewrite. All I've really done so far is map the v2 input/output structs to v1. (Also I haven't added support for optFns to run correctly at the time of writing.)

Enjoy!

kochie avatar Jun 06 '21 02:06 kochie

Any update on support for AWS Go SDK v2 ?

We have been using the new version of SDK for a while & we wanted to move to DAX in order to improve the overall response times but it requires us to downgrade back to SDK v1 thereby loosing all benefits of SDK v2 & requiring additional effort of migration.

himanshpal avatar Nov 24 '21 05:11 himanshpal

A friendly follow-up to the question and request above. It is quite cumbersome to be maintaining sets of two different libraries depending on whether we are accessing DynamoDB directly (using SDK v2) or via DAX cache (using SDK v1) - it would help us a lot if DAX client was updated to fully support AWS SDK v2 which has been released almost a year ago.

Thank you in advance for your help or at least an indication of when (if ever) we might expect this library to support SDK v2.

momilo avatar Dec 23 '21 23:12 momilo

Same question here about support. Now that the aws go sdk has an official release, when can we expect to get support in this library?

drpebcak avatar Mar 02 '22 18:03 drpebcak

I have the same question as we developed everything using the V2 SDK and we wouldn't want to go back to V1 just for DAX 👍

servlette avatar Mar 10 '22 18:03 servlette

Any update on this? had to go back to v1 just for DAX.

deeksha-zomato avatar Jun 24 '22 11:06 deeksha-zomato

same here. Everything is on V2 and we need to use V1 just for DAX. Please plan for it!

yasensim avatar Jul 12 '22 14:07 yasensim

@mt0321, any chance you or your team could include this in your timeline?

Ferkze avatar Aug 08 '22 18:08 Ferkze

@sumitsa-amazon is there any plans to support this? I'd love to use DAX, but going back to v1 for it is not in the cards.

parsnips avatar Jan 10 '23 23:01 parsnips

+1

magiusdarrigo avatar Jan 11 '23 10:01 magiusdarrigo

+1

vincent-ogury avatar Jan 11 '23 18:01 vincent-ogury

+1

arthurdarcet avatar Mar 24 '23 12:03 arthurdarcet

+1

eightnoteight avatar May 03 '23 14:05 eightnoteight

+1

padhikari-godaddy avatar May 10 '23 21:05 padhikari-godaddy

+1

Is #43 enough to upgrade to v2?

taiyow avatar Jun 30 '23 03:06 taiyow

+1

ngjmcdonald avatar Aug 10 '23 19:08 ngjmcdonald

Still no updates on supporting this? Its been open for more than five years.

We've already gone through the painful process of migrating to the v2 SDK and are not keen at all to migrate back to v1 just to use DAX.

oaustin-sq avatar Feb 22 '24 23:02 oaustin-sq

https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

AWS SDK for Go (v1) will enter maintenance mode on July 31, 2024 and reach end-of-support on July 31, 2025.

💀

miparnisari avatar Feb 23 '24 13:02 miparnisari