Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Fix launch template optional API params #3

Merged
merged 2 commits into from
Oct 13, 2021

Commits on Oct 13, 2021

  1. Fix launch template optional API params

    When using a launch template many of the params in the EC2 launch API
    call are optional, but fail if you given an empty value, they need to
    not be presemt. e.g. ImageID='' will fail. Therefore we only add them to
    params if set.
    
    The higher level validation on config handles start vs stop required
    inputs.
    markpitchless committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3394c2a View commit details
    Browse the repository at this point in the history
  2. Build dist

    markpitchless committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    03ea555 View commit details
    Browse the repository at this point in the history