This action builds an AWS Lambda written for the Swift AWS Lambda Runtime, then package it in a zip... ready to deploy.
Required The name of the Swift executable defined in the package manifest.
File written to $GITHUB_WORKSPACE/lambda.zip
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/[email protected]
with:
executable: 'ExecutableName'