UNPKG

@cdklabs/cdk-ecs-codedeploy

Version:

CDK Constructs for performing ECS Deployments with CodeDeploy

7 lines (6 loc) 140 B
export const deref = (schemaRef) => { if (typeof schemaRef === "function") { return schemaRef(); } return schemaRef; };