Open
Description
From @sshahcodes
Can we abstract the lamda function so that users only need to write:
(RequestPolicy.names == ("access-stage",))
& (RequestPolicy.names.min_approvals(1))
instead of:
(RequestPolicy.names == ("access-stage",))
& (
RequestPolicy.names.for_each(
lambda x: RequestPolicy.approvals[x].len() > 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels