Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-aws-actions

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 04 Feb 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc