New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cdk-internal-gateway

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk-internal-gateway

CDK construct to create an internal gateway to ease the creation of internal websites, apis or applications

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
79
increased by46.3%
Maintainers
1
Weekly downloads
 
Created
Source

CDK Internal Gateway

Use this CDK construct to create internal tools or websites based on serverless aws components.

This construct provides an internal api-gateway endpoint and restricts access to the internal network of your company.

Features

  • no traffic has to be routed via the internet
  • access your aws solutions directly from the internal network
  • custom domains and certificates will be directly generated

Requirements

  • CDK V2
  • VPC
  • VPC Endpoint for execute-api

Installation

npm i

How to use it ?

Architecture

cdk internal gateway

Cost

You have to expect costs for 2 components in this setup:

TypeEstimated Costs
application load balancer20 $
network interfaces for the vpc endpoint16$ (2 x eni)

A shared vpc can lower the costs as vpc endpoint and their network interfaces can be used together...

Keywords

FAQs

Package last updated on 01 Nov 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