Package-level declarations

Functions

Link copied to clipboard

Waits for the function's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new function creation.

Link copied to clipboard

Waits for the function's State to be Active. This waiter uses GetFunction API. This should be used after new function creation.

Link copied to clipboard

Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunctionConfiguration API. This should be used after function updates.

Link copied to clipboard

Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunction API. This should be used after function updates.

Link copied to clipboard

Waits for the published version's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new version is published.