Socket
Book a DemoInstallSign in
Socket

@ez4/aws-common

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ez4/aws-common

EZ4: Common components for self-managed AWS providers

0.27.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

EZ4: AWS Common

It provides all the common components to manage resources on AWS.

Getting started

Install

npm install @ez4/aws-common -D

Permission

Ensure the user performing deployments has the permissions below:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "StateManagement",
      "Effect": "Allow",
      "Action": ["s3:CreateBucket", "s3:PutObject", "s3:GetObject"],
      "Resource": ["arn:aws:s3:::ez4-*"]
    }
  ]
}

License

MIT License

Keywords

ez4

FAQs

Package last updated on 02 Sep 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.