This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Duration, Stack } from "aws-cdk-lib"; | |
import * as ec2 from "aws-cdk-lib/aws-ec2"; | |
import { DockerImageAsset } from "aws-cdk-lib/aws-ecr-assets"; | |
import * as ecs from "aws-cdk-lib/aws-ecs"; | |
import * as ecsPatterns from "aws-cdk-lib/aws-ecs-patterns"; | |
import { ApplicationProtocol } from "aws-cdk-lib/aws-elasticloadbalancingv2"; | |
import * as route53 from "aws-cdk-lib/aws-route53"; | |
import * as path from "path"; | |
export function addFargateCluster( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
$username\ | |
$hostname\ | |
$shlvl\ | |
$singularity\ | |
$kubernetes\ | |
$directory\ | |
$vcsh\ | |
$git_branch\ | |
$git_commit\ |