bzsurbhi
bzsurbhi
Hey @OperationalFallacy, Amplify managed policy supports permissions for native categories like api, auth, storage. For custom use cases, customers will have to add permissions in their inline policy. Add `ssm:AddTagsToResource`...
@davemssavage The TaskReference approach introduces a new concept (tasks) and multiple new methods (start_task, subscribe_updates, wait_result, join_task) to the protocol, making it more complex. Both clients and servers would need...

I believe we could use the existing Resource subscription and notification mechanisms rather than implementing new asynchronous code. For polling support, we can add a status field through a new...