Getting IAM Policies just right is a pain in the butt and the prebuilt AWS policies can be overly permissive for many use-cases. This is a collection of vetted policies for common real-world scenarios.
You're not alone! We made AppPack because working with AWS is challenging and you've got other things to worry about. AppPack makes deploying web apps to AWS dead simple and focuses on a great developer experience for your team.
👉 Check it out at apppack.io 👈
Prereqs:
flosell/iam-policy-json-to-terraform
Node.js
(for runningprettier
)
- Add the AWS Policy JSON to
library/{service}/
- Add a section to
src/{service}.md
- Run
make
to generate the Terraform equivalents and prettify the files
Prereqs:
- Python 3.11
pdm
pdm install
make serve
Hosted on GitHub Pages and handled via GitHub Actions. Push to main
to deploy.