yarbsemaj / sveltekit-adapter-lambda

An adapter to build a SvelteKit app into a lambda ready for deployment with lambda proxy via the Serverless Framework or CDK.
https://www.npmjs.com/package/@yarbsemaj/adapter-lambda
MIT License
77 stars 16 forks source link

Minimum IAM permissions required along with Roles/User #19

Open souravjamwal77 opened 2 years ago

souravjamwal77 commented 2 years ago

I would be great if someone could give Group/User/Roles permissions required so that we can attach them to the User profile used for deployment. In our organization, we have to submit the requirements to the DevOps team first and there are no IAM permissions mentioned in this adapter which causes confusion and wastes time.

@yarbsemaj, If you have the minimum permissions required then please post them on README.md or add in the repository. I would love to contribute as I had to deploy it as a sample app on my AWS account first and then forward those permissions to our DevOps team. Those permissions are not very clean as at some points I gave full access to resources or actions using *, which is not advised.

zamoshchin commented 4 months ago

Can you share what permissions you ended up needing, specifically I'm wondering what S3 buckets are needed