Skip to content

tinovyatkin/aws-stepfunctions-local

Repository files navigation

@sfn-testing/core

This packages is automatic publishing of Java version of StepFunction Local

It checks daily for a newly released version and automatically publish it to NPM with matching version number.

To get path of StepFunctionsLocal.jar use:

import { createRequire } from 'node:module';
const require = createRequire(import.meta.url);

const jarPath = require.resolve('@sfn-testing/core')

Powered by GitHub Action

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published