CLI tool that transpiles Java code for deployment to AWS Lambda and IBM Cloud Functions. Version 0.3.2. It converts a local Java project into deployable artifacts (with Maven support) for two cloud providers simultaneously. Differentiated by handling both Amazon and IBM from a single source, automatically generating deployment scripts. Suitable for simple Java functions on Java 8. No active development since 2019.
npm install java2faasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally and run from terminal to transpile a Java project into deployable artifacts for AWS Lambda and IBM Cloud Functions.
Use AWS CDK or Terraform with Java runtime.
Ensure your code targets Java 8 bytecode.
Include proper JavaBean patterns (getters, setters, no-arg constructor).
Double-check option spelling: --aws-role (not --awsRole).
Run 'npm i -g java2faas' or use npx: 'npx java2faas ...'
Verify options: --path must point to project root with src/main/java structure.
Ensure both classes have getter for each field, setter for each field, and a public no-argument constructor.
No dependency data recorded yet.