Closed lucasvieirasilva closed 2 years ago
Yes please
Would be great to have.
There would be some prediction for coverage of these features?
LF Tags solve so many problems with the original 'per-resource' permission scheme. For large and automated data lakes with thousands of databases and tables granting perms to a 'tag' decouples provisioning of the thing that will require the access (e.g. a lambda or ECS task) to the resource from the lifecycle of the resource itself... a beautiful thing for automation and why this feature is screaming for cloud formation support.
AWS CloudFormation now supports the LF Tags resources:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-principalpermissions.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-tag.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-tagassociation.html
Name of the resource
AWS::LakeFormation::Permissions
Resource name
AWS::LakeFormation::Permissions
Description
This is for all AWS::LakeFormation::* resources
Lake Formation LF Tag Resources and permissions is supported by the SDK:
but is not available in CloudFormation:
Full Lake Formation CloudFormation resources https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LakeFormation.html
Other Details
No response