Socket
Socket
Sign inDemoInstall

get-aws-actions

Package Overview
Dependencies
77
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-aws-actions

NPX script that lists/searches AWS actions used in policies. It copies the selected one to the clipboard.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.0.2 (2022-02-04)

Features

  • Add support for searching AWS actions from the online DB 'https://awspolicygen.s3.amazonaws.com/js/policies.js' (7db9420)

Readme

Source

get-actions

Lists/searches AWS actions used in AWS policies. It copies the selected one to the clipboard.

npx get-aws-actions

Then enter step func. The output should be similar to:

states:CreateActivity (AWS Step Functions)
states:CreateStateMachine (AWS Step Functions)
states:DeleteActivity (AWS Step Functions)
states:DeleteStateMachine (AWS Step Functions)
states:DescribeActivity (AWS Step Functions)
states:DescribeExecution (AWS Step Functions)
states:DescribeStateMachine (AWS Step Functions)
states:DescribeStateMachineForExecution (AWS Step Functions)
states:GetActivityTask (AWS Step Functions)
states:GetExecutionHistory (AWS Step Functions)
...

Data source

The database with the latest AWS managed policies is maintained by AWS at https://awspolicygen.s3.amazonaws.com/js/policies.js. This code is used by the AWS Policy Generator tool.

NOTE: If this link fails, the following backup is used: https://gist.githubusercontent.com/nicolasdao/95e6891bc4681b5424d47d6926c33fee/raw/cab16c30a1a6246396fedc339fcf33faccf6b232/actions.js

License

BSD 3-Clause License

Keywords

FAQs

Last updated on 04 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc