Skip to content

Deploy Serverless Framework

Actions
Deploy Serverless Framework
v1.0.0
Latest
Star (1)

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.

Deploy Serverless Framework 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

Deploy Serverless Framework
v1.0.0
Latest

Deploy Serverless Framework 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.