Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

GitHub action that will package a Node.js project for deployment to AWS Lambda

License

Notifications You must be signed in to change notification settings

get-carefull/aws-lambda-packager

Repository files navigation

AWS Lambda Packager action

GitHub action that will package a Node.js project for deployment to AWS Lambda.

Inputs

root

Required Project root directory, relative to GITHUB_WORKSPACE. Default ".".

src

Required Project source directory, relative to root. Default "src".

name

Required The name of the packaged project. Default "$GITHUB_SHA".

Outputs

path

The directory path to the resulting packaged project.

name

The file name of the resulting packaged project

Example usage

uses: get-carefull/aws-lambda-packager
with:
  root: '/root'
  src: 'my_src'
  packageName: 'my_package'

About

GitHub action that will package a Node.js project for deployment to AWS Lambda

Resources

License

Stars

Watchers

Forks

Packages

No packages published