1.0.3 • Published 9 months ago

@felipevelascohz/endpoints v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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();
1.0.3

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago