Skip to content

Implement Waiters #1336

Open
Open
@costleya

Description

@costleya

Other AWS SDKs have "waiters," that allow developers to verify that a resource is in a desired state before their program proceeds. For example, ensuring a new DynamoDB table is in an "ACTIVE" state before attempting to write to it. Currently, .NET developers need to write a while loop, and manage retries, and know the needed state (via documentation) to achieve the same result as what is provided via waiters.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions