spencerbeggs / aws-jsii-action

Package AWS CDK constructs written in Typescript into polyglot libraries in GitHub Actions.

Repository from Github https://github.comspencerbeggs/aws-jsii-actionRepository from Github https://github.comspencerbeggs/aws-jsii-action

AWS JSII Action

Package your AWS CDK constructs deliver polyglot libraries from Typscript with jsii via the jsii/supercahin Docker image.

Example usage

on: push
jobs:
  jsii:
    runs-on: ubuntu-latest
    name: "Packages code with aws-jsii"
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - name: package
        uses: spencerbeggs/aws-jsii-action@test20
      - name: artifacts
        uses: actions/upload-artifact@v1
        with:
          name: dist
          path: dist

About

Package AWS CDK constructs written in Typescript into polyglot libraries in GitHub Actions.

License:MIT License


Languages

Language:JavaScript 72.6%Language:Shell 18.5%Language:Dockerfile 9.0%