Deploy a simple beam pipeline with beamstack

How to deploy a simple beam pipeline with beamstack
pipeline:
  type: chain
  transforms:
      - type: Create
        config:
            elements: [1, 5, 2, 7, 3, 8, 10]
      - type: LogForTesting