getmoto / moto

A library that allows you to easily mock out tests based on AWS infrastructure.
http://docs.getmoto.org/en/latest/
Apache License 2.0
7.59k stars 2.02k forks source link

Feature request: Please add support for the AWS lake formation modules #5964

Closed SuchiDuvvuri closed 1 year ago

SuchiDuvvuri commented 1 year ago

I looked at the moto library for lakeformation modules and did not find any. Can you please this, so our tests can mock AWS lakeformation?

bblommers commented 1 year ago

Hi @SuchiDuvvuri, I'll mark it as an enhancement to add this service.

Which methods/features do you use specifically?

SuchiDuvvuri commented 1 year ago

@bblommers - specifically the batch_grant_permissions, grant_permissions, batch_revoke_permissions, revoke_permissions, list_lf_tags, list_resources, list_data_cells_filter

bblommers commented 1 year ago

These methods are now all part of moto >= 4.1.7.dev30 @SuchiDuvvuri - see the documentation here: http://docs.getmoto.org/en/latest/docs/services/lakeformation.html

Please let us know if you run into any issues.