All Projects → Open-SL → serverless-permission-generator

Open-SL / serverless-permission-generator

Licence: MIT license
An Online Application to generate AWS IAM permissions required for deploying a Serverless Framework stack.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to serverless-permission-generator

carpatin-dashboard-free
Carpatin is a React JS Admin Dashboard Template that focuses on the management flows of a back-office application. We leverage the Material-UI power of stylizing the components in a way that feels more professional.
Stars: ✭ 51 (+30.77%)
Mutual labels:  material-ui, material-ui-react
AmazonPrime-ReactJS-Clone
Amazon Prime Clone in ReactJS. I have made a Amazon Prime Clone web version in ReactSJ. All the data is dynamic and even has the facility of Watching Trailers. Play around with the app. Link given in ReadMe
Stars: ✭ 45 (+15.38%)
Mutual labels:  material-ui, material-ui-react
React-GitHub-Resume
React SPA that generates users GitHub resumé. showing information if available. showing users repositories if available with additional information.
Stars: ✭ 37 (-5.13%)
Mutual labels:  material-ui, hacktoberfest2021
browzica
Use browzica to keep track of your bookmarks
Stars: ✭ 18 (-53.85%)
Mutual labels:  material-ui, hacktoberfest2021
roataway-web
Roataway web site
Stars: ✭ 15 (-61.54%)
Mutual labels:  material-ui, hacktoberfest2021
twitter-spring-reactjs
🐦 Twitter Clone. Using Java, Spring Boot, PostgreSQL, S3 bucket, JWT, TypeScript, React.js, Redux-Saga, Material-UI
Stars: ✭ 47 (+20.51%)
Mutual labels:  material-ui, material-ui-react
boss-lite
Boss Lite - React Redux Material Admin Template
Stars: ✭ 148 (+279.49%)
Mutual labels:  material-ui
DSA
Collection of DSA problems and solutions
Stars: ✭ 15 (-61.54%)
Mutual labels:  hacktoberfest2021
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (-38.46%)
Mutual labels:  material-ui
Modern-Web-App
React PWA with SSR and Code splitting
Stars: ✭ 45 (+15.38%)
Mutual labels:  material-ui
gdg-react-workshop
React + Electron + Typescript workshop for GDG DevFest Warsaw 👩‍💻👨‍💻🤖💻
Stars: ✭ 16 (-58.97%)
Mutual labels:  material-ui
blitz-guard
Blitz Guard - The centralized permission based authorization for Blitz.js
Stars: ✭ 118 (+202.56%)
Mutual labels:  hacktoberfest2021
sloped-edge
Sass mixin that helps you build sloped section edges with a consistent angle.
Stars: ✭ 85 (+117.95%)
Mutual labels:  hacktoberfest2021
file manager
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
Stars: ✭ 38 (-2.56%)
Mutual labels:  hacktoberfest2021
HackFest21
Only valid pull requests will be allowed. Use python only and readme changes will not be accepted.
Stars: ✭ 53 (+35.9%)
Mutual labels:  hacktoberfest2021
Awesome-Machine-Learning-Models
Contribute your amazing Machine Learning, Data Science, and Deep Learning repository
Stars: ✭ 16 (-58.97%)
Mutual labels:  hacktoberfest2021
LineReader
Read large files line by line in a memory efficient (constant) way.
Stars: ✭ 21 (-46.15%)
Mutual labels:  hacktoberfest2021
Certificate-Generator-UI
This is the UI for an awesome Certificate Generator and this is a part of Hacktoberfest 2021.
Stars: ✭ 18 (-53.85%)
Mutual labels:  hacktoberfest2021
ru102js
Source code for the RU102JS Redis for JavaScript Developers Course
Stars: ✭ 21 (-46.15%)
Mutual labels:  hacktoberfest2021
Dev-Essentials
A Chrome Extension, built to keep you updated with the latest happenings, upcoming contests and, new tech innovations.
Stars: ✭ 16 (-58.97%)
Mutual labels:  hacktoberfest2021

Serverless Permission Policy Generator

An Online Application to generate AWS IAM permissions required for deploying a Serverless Framework stack.

Introduction

This application will provide you a user friendly UI to collect required resources details and a generator to build the relevant IAM policy for the collected information.

Visit the application from here

Available Features

  1. Basic permissions required for serverless application to be deployed
  2. S3 buckets created from serverless yaml
  3. SNS topics
  4. SQS
  5. Api Gateway if required
  6. Security group and VPC configuration related permission to connect to VPN
  7. Kinesis
  8. DynamoDB
  9. ALB listener and target group attachment permission required for lambdas exposed through ALBs.

How to use

  1. Enter project details and AWS account details
  2. Input required AWS resources details
  3. Click generate button
  4. Check the generated JSON
  5. Click copy button to copy values to clipboard
  6. Paste values in your IAM role permission policy

Development Guide

Prerequisites

  • git
  • npm

clone the application and install dependencies using

npm install

run

npm start

to deploy application in localhost.

Contributing

  • We would greatly appreciate any contribution you make.
  • If you have ideas for more functionality or recipes that should be on this project, llet us know.

Project Maintainers

License

Serverless Permission Policy Generator is under the MIT license. See the License for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].