Skip to content

advancedcsg-open/action-aws-sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action for AWS SAM CLI

Runs all AWS SAM CLI commands.

Secrets

  • AWS_ACCESS_KEY_ID - Required The AWS Access Key ID.
  • AWS_SECRET_ACCESS_KEY - Required The AWS Secret Key.

See the AWS Security Credentials page for more information.

Environment Variables

  • AWS_DEFAULT_REGION- Optional The AWS region name, defaults to us-east-1 (more info)
  • AWS_DEFAULT_OUTPUT- Optional The CLI's output output format, defaults to json (more info)