/** * Use this file to export all of the packages and stacks * you want to use in the projects. This way, you can do * something like this in your project * * import {ConvertivWebServiceStack} from convertiv-cdk */ /** * Export Packages */ export * from './src/packages/base-module'; export * from './src/packages/cluster'; export * from './src/packages/database'; export * from './src/packages/network'; export * from './src/packages/queue-service'; export * from './src/packages/web-common'; export * from './src/packages/web-service'; export * from './src/packages/twingate'; export * from './src/packages/handoff'; export * from './src/packages/bitbucket-odic'; export * from './src/packages/github-odic'; /** * Export stacks */ export * from './src/stacks/web-service/stack'; export * from './src/stacks/web-service/settings'; export * from './src/stacks/web-service/ecr'; export * from './src/stacks/etl-pipeline/stack'; export * from './src/stacks/etl-pipeline/settings'; export * from './src/stacks/web-static/stack'; export * from './src/stacks/web-static/settings'; export * from './src/stacks/twingate-service/stack'; export * from './src/stacks/twingate-service/settings'; export * from './src/stacks/handoff-static/stack'; export * from './src/stacks/handoff-static/settings';