@felipevelascohz/endpoints
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

AWS Endpoints Stack lib

Library created by:

  • Name: Felipe Velasco

Usage

Code example:

import 'source-map-support/register';
import * as cdk from 'aws-cdk-lib';
import * as endpoints from '@felipevelascohz/endpoints';
const iniciativa :string = 'IdSbxFelipeVelasco';
const provider = {
  account: process.env.CDK_DEFAULT_ACCOUNT, 
  region: process.env.CDK_DEFAULT_REGION 
};
const app = new cdk.App();
new Endpoints(app, iniciativa, {
  vpc: string | ec2.IVpc,
  service: ['ecr.api', 'ecr.dkr'],
  },{env: provider});
  app.synth();

/@felipevelascohz/endpoints/

    Package Sidebar

    Install

    npm i @felipevelascohz/endpoints

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    11.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • felipevelascohz