actions-marketplace-validations/Package Java Agnostic Serverless Functions
Package an Agnostic Serverless Function in Java to deploy it on a specific FaaS provider
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| faas-provider | The provider to package the function for. Possible values are: aws, azure, gcloud. | yes | — |
| function-name | The name of the function to be packaged | yes | — |
| working-directory | The root directory of the function | no | . |
Outputs
| name | description |
|---|---|
| deployment-directory | The directory containing the files to be deployed |
| deployment-file | The zip (for gcloud and azure) or jar (for aws) file to be deployed |