amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Type family to get IAM action name from a request type?

Open endgame opened this issue 1 year ago • 6 comments

It could be neat to have a type family that maps things like Amazonka.DynamoDB.GetItem to "dynamodb:GetItem" :: Symbol. Might be a way to answer "which calls might this block of code make?" when combined with the right effect system library?

endgame avatar Dec 16 '22 04:12 endgame