This repository was archived by the owner on Aug 1, 2022. It is now read-only.
File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Serverless Offline Plugin to Support Step Functions for Local Development.
13
13
14
14
- Fully Written in TypeScript
15
15
- Promise based (no process spawn)
16
+ - Completely based on AWS Docs
16
17
17
18
## Sponsor
18
19
@@ -59,7 +60,7 @@ If your project uses `serverless-webpack` to compile/transpile your serverless a
59
60
` ` ` yml
60
61
plugins:
61
62
- serverless-webpack # Defined Before
62
- - serverless-step-functions
63
+ - serverless-step-functions # Defined Before
63
64
- '@fernthedev/serverless-offline-step-functions'
64
65
- serverless-offline
65
66
` ` `
@@ -75,7 +76,7 @@ plugins:
75
76
| ***Pass*** | ✅ |
76
77
| ***Fail***| ✅ |
77
78
| ***Succeed***|✅|
78
- | ***Map*** | Not Supported at all yet. |
79
+ | ***Map*** | Basic Support ✅ |
79
80
80
81
# # Credits and inspiration
81
82
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fernthedev/serverless-offline-step-functions" ,
3
- "version" : " 1.0.0-alpha.12 " ,
3
+ "version" : " 1.0.0-alpha.13 " ,
4
4
"description" : " Serverless Offline Plugin to Support Step Functions for Local Development" ,
5
5
"main" : " dist/main.js" ,
6
6
"types" : " dist/main.d.ts" ,
You can’t perform that action at this time.
0 commit comments