hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

feat(lambda): add support for lambda jar registry #303

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

This adds a new build format lambda_jar which can be specified when uploading an image. The lambda function in the component will prefer the presence of the lambda jar over standard lambda zip functions

Motivation and Context

Allows for support of java based lambda functions in their native package format

How Has This Been Tested?

tested locally using hamlet cli

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: