Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.04 KB

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/[email protected]
    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.