0.1.2-master.1544146800 • Published 5 years ago

@ipcrmdemo/sdm-pack-ecs v0.1.2-master.1544146800

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@ipcrmdemo/sdk-pack-ecs

Atomist software delivery machine (SDM) extension pack providing the ability to deploy applications to AWS ECS environments.

See the Atomist documentation for more information on what SDMs are and what they can do for you using the Atomist API for software.

Purpose

This pack adds ECS deployment functionality to an Atomist SDM.

Usage

Install the dependency in your SDM project.

$ npm install @ipcrmdemo/sdm-pack-ecs

Then use its exporeted method to add the functionality to your SDM in your machine definition.

import { EcsDeploy, ecsSupport } from "@ipcrmdemo/sdm-pack-ecs";

export function machine(
    configuration: SoftwareDeliveryMachineConfiguration,
): SoftwareDeliveryMachine {

    const sdm: SoftwareDeliveryMachine = createSoftwareDeliveryMachine(
        { name: "My Software Delivery Machine", configuration },
    );

    sdm.addExtensionPacks(
        ecsSupport(),
    );
    return sdm;
};

Usage

See docs

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago