Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace setting permissions to native cdk resource grantXX calls #160

Open
sperka opened this issue Nov 8, 2022 · 0 comments
Open

replace setting permissions to native cdk resource grantXX calls #160

sperka opened this issue Nov 8, 2022 · 0 comments
Labels
component:all All components related effort:low Needs not too much effort to accomplish this task enhancement New feature or request priority:low This item should not be prioritized over items with high or medium priority

Comments

@sperka
Copy link
Contributor

sperka commented Nov 8, 2022

  • currently using custom functions to set a permission on a resource e.g.: readDDBTable(ddbTable)
  • rather, use cdk built-in ddbTable.grantRead(resource)
@sperka sperka added enhancement New feature or request priority:low This item should not be prioritized over items with high or medium priority component:all All components related effort:low Needs not too much effort to accomplish this task labels Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:all All components related effort:low Needs not too much effort to accomplish this task enhancement New feature or request priority:low This item should not be prioritized over items with high or medium priority
Projects
None yet
Development

No branches or pull requests

1 participant