functionalone / serverless-iam-roles-per-function

Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.
MIT License
411 stars 58 forks source link

Typescript definitions? #118

Open dan-cooke opened 1 year ago

dan-cooke commented 1 year ago

Would it be possible to add TS definitions?

I use TS for my serverless config, as I work in a monorepo and need to share configs across multiple projects.

Victor-Learned commented 1 year ago

FYI: this plugin is basically abandoned by the owner. Looks like it's been forked and is taking updates here https://github.com/andersquist/serverless-iam-roles-per-function

ebisbe commented 1 year ago

@Victor-Learned the project you link seems to be in a similar state. I mean there's not much to implement maybe...

Victor-Learned commented 1 year ago

@ebisbe Yeah at the time the owner of that repo pulled over a few fixes from ~6-9 months ago but perhaps lost interest. Probably worth reaching out since it looks like he at least fixed the pipeline issues as well.