File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,23 @@ A TypeScript implementation of the [Amazon States Language specification](https:
44
55This package lets you run AWS Step Functions state machines completely locally, both in Node.js and in the browser!
66
7- <img alt =" Project license (MIT) " src =" https://img.shields.io/github/license/nibble-4bits/aws-local-stepfunctions " >
8- <img alt =" GitHub Workflow Status (with event) " src =" https://img.shields.io/github/actions/workflow/status/nibble-4bits/aws-local-stepfunctions/pr-run-tests.yml " >
9- <img alt =" Latest npm version " src =" https://img.shields.io/npm/v/aws-local-stepfunctions " >
10- <img alt =" node-lts " src =" https://img.shields.io/node/v-lts/aws-local-stepfunctions " >
11- <img alt =" npm type definitions " src =" https://img.shields.io/npm/types/aws-local-stepfunctions " >
7+ <p align =" left " >
8+ <a href =" /LICENSE " >
9+ <img alt="Project license (MIT)" src="https://img.shields.io/github/license/nibble-4bits/aws-local-stepfunctions">
10+ </a >
11+ <a href =" https://github.com/nibble-4bits/aws-local-stepfunctions/actions/workflows/pr-run-tests.yml " >
12+ <img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/nibble-4bits/aws-local-stepfunctions/pr-run-tests.yml">
13+ </a >
14+ <a href =" https://www.npmjs.com/package/aws-local-stepfunctions " >
15+ <img alt="Latest npm version" src="https://img.shields.io/npm/v/aws-local-stepfunctions">
16+ </a >
17+ <a href =" https://www.npmjs.com/package/aws-local-stepfunctions " >
18+ <img alt="node-lts" src="https://img.shields.io/node/v-lts/aws-local-stepfunctions">
19+ </a >
20+ <a href =" https://www.npmjs.com/package/aws-local-stepfunctions " >
21+ <img alt="npm type definitions" src="https://img.shields.io/npm/types/aws-local-stepfunctions">
22+ </a >
23+ </p >
1224
1325## Table of contents
1426
You can’t perform that action at this time.
0 commit comments