Skip to content

snow-actions/serverless-deploy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Deploy

Deploy Serverless Framework.

Usage

AWS OpenID Connect (OIDC)

Required to set up ID provider and create an role for OIDC.
Set the role ARN to role-to-assume.

permissions:
  id-token: write
  contents: read
steps:
  - uses: actions/checkout@v3
  - uses: snow-actions/serverless-deploy/aws/oidc@v1.0.0
    with:
      role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role
      aws-region: us-east-2

See other options at aws/oidc/action.yml

AWS Access Key

Not implemented.

Supported

Runners

  • ubuntu-*
  • windows-*
  • macos-*
  • self-hosted

Events

  • Any

Dependencies

Contributing

Welcome.