data-yaml / auto-analyze

Benchling to Omics to NextFlow to Quilt
0 stars 0 forks source link

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript.

The cdk.json file tells the CDK Toolkit how to execute your app.

Process

source .env # create from example.env
npm install
npx cdk bootstrap "aws://$CDK_DEFAULT_ACCOUNT/$CDK_DEFAULT_REGION"
npm run start
open "https://console.aws.amazon.com/omics/home?region=$CDK_DEFAULT_REGION#/runs"

Outputs

open "https://console.aws.amazon.com/cloudformation/home?region=$CDK_DEFAULT_REGION#/stacks"
# lambdas
open "https://console.aws.amazon.com/lambda/home?region=$CDK_DEFAULT_REGION#/functions"

Useful commands