Skip to content

jagreenwood/swift-build-lambda

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

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'