UNPKG

@cdklabs/cdk-ecs-codedeploy

Version:

CDK Constructs for performing ECS Deployments with CodeDeploy

2 lines (1 loc) 79 B
export const fromStatic = (staticValue) => () => Promise.resolve(staticValue);