Skip to content

AWS SAM CLI Action

Actions
For using aws sam-cli and other commands
v1.0.2
Latest
Star (6)

Usage

Set your ENV and write a command including AWS SAM-CLI to cmd.

  • cmd can have bash command.
  • cmd can have commands other than sam .
steps:
  - name: sam cli
    uses: tkt-actions/aws-sam-cli@v1
    env:
      AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
      AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
      AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
    with:
      cmd: 'sam --version'

Sample

ENV

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION

AWS SAM CLI Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

For using aws sam-cli and other commands
v1.0.2
Latest

AWS SAM CLI Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.