iann0036 / aws.permissions.cloud

A crowdsourced AWS IAM permissions reference.
https://aws.permissions.cloud
MIT License
87 stars 9 forks source link

refactor: Remove unnecessary async/await #9

Closed exoego closed 1 year ago

exoego commented 1 year ago

I've noticed that two functions can be non-async since no await is used.

Tested those functions works without async:

getTemplates

image

getUsedBy

image