GithubHelp home page GithubHelp logo

mcat-ee / serverless-puresec-cli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from puresec/serverless-puresec-cli

0.0 1.0 0.0 14 KB

Serverless plugin for least privileges.

License: Other

JavaScript 100.00%

serverless-puresec-cli's Introduction

serverless-puresec-cli

serverless npm version

WebsiteNewsletterTwitter

Serverless plugin for PureSec CLI.

Features

  • Saves you time - magically creates IAM roles for you
  • Reduces the attack surface of your AWS Lambda based application
  • Helps create least privileged roles with the minimum required permissions
  • Currently supported runtimes: Node.js, Python (more runtimes coming soon...)
  • Currently supported services: DynamoDB, Kinesis, KMS, Lambda, S3, SES, SNS & Step Functions
  • Works with the Serverless Framework

Requirements

  • Python 3.4+
  • NodeJS 6+

Quick Start

1. Install via npm:

npm install --save-dev serverless-puresec-cli

2. Add serverless-puresec-cli to your serverless.yml:

In your project's serverless.yml file add the following entry to the plugins section: serverless-puresec-cli. If there is no plugin section you will need to add it to the file.

It should look similar to this:

plugins:
  - serverless-puresec-cli

3. Validate:

You can check wether you have successfully installed the plugin by running the serverless command line.

serverless

the console should display puresec as one of the plugins now available in your Serverless project.

4. Start using the tool:

Generate the IAM role for your function.

serverless puresec gen-roles --function myFunction

After receiving the IAM role in the output of the tool:

  1. Validate the role. Make sure you have all the required permissions and only them.
  2. Copy-paste it to the Resources section in your serverless.yml file.
  3. Connect the generated Role by adding the role property to your function in the serverless.yml.

5. You can also execute the tool on the entire project:

serverless puresec gen-roles

Links

serverless-puresec-cli's People

Contributors

odedniv avatar bar-sc avatar avish9 avatar oorryy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.