Skip to content

Swift Build Lambda

Actions
Builds and packages an AWS Lambda written in Swift
1.0.1
Latest
Star (1)

Tags

 (1)

Swift Build Lambda action

This action builds an AWS Lambda written for the Swift AWS Lambda Runtime, then package it in a zip... ready to deploy.

Inputs

executable

Required The name of the Swift executable defined in the package manifest.

Outputs

File written to $GITHUB_WORKSPACE/lambda.zip

Usage

This action is tagged/versioned with a tag that matches the version of Swift used to build and test the Lambda.

Swift Version Action Version
5.7 1.0.1, 5.7
5.8 5.8
5.9 5.9

For the latest:

uses: jagreenwood/swift-build-lambda@5.9
    with:
        executable: 'ExecutableName'

Swift Build Lambda 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

Builds and packages an AWS Lambda written in Swift
1.0.1
Latest

Tags

 (1)

Swift Build Lambda 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.