Socket
Book a DemoInstallSign in
Socket

@ez4/aws-gateway

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ez4/aws-gateway

EZ4: Self-managed AWS API gateway provider

latest
Source
npmnpm
Version
0.27.0
Version published
Maintainers
1
Created
Source

EZ4: AWS Gateway

It provides all the components to manage API gateways on AWS.

Getting started

Install

npm install @ez4/aws-gateway -D

Permission

Ensure the user performing deployments has the permissions below:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "GatewayManagement",
      "Effect": "Allow",
      "Action": [
        "apigateway:Get",
        "apigateway:Post",
        "apigateway:Patch",
        "apigateway:Delete"
      ],
      "Resource": [
        "arn:aws:apigateway:*::/apis",
        "arn:aws:apigateway:*::/apis/*",
        "arn:aws:apigateway:*::/tags/*",
        "arn:aws:apigateway:*::*"
      ]
    }
  ]
}

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.