diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..59e130d2 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,33 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "node", + "request": "launch", + "name": "Launch Program", + "skipFiles": [ + "/**" + ], + "program": "${workspaceFolder}/lib/index.js" + }, + { + "type": "node", + "name": "Mocha Current File", + "request": "launch", + "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", + "args": [ + "--timeout", + "999999", + "--colors", + "${file}" + ], + "console": "integratedTerminal", + "internalConsoleOptions": "neverOpen", + "skipFiles": ["/**"], + "envFile": "${workspaceFolder}/.env" + } + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..1d2c0ef0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "conventionalCommits.scopes": [ + "Individual Deploy" + ] +} diff --git a/README.md b/README.md index c421310e..ea34cfa7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Serverless Framework v2.32.0 or later is required. - [Tags](#tags) - [Commands](#commands) - [deploy](#deploy) + - [deploy individual step function](#deploy_individual_step_function) - [invoke](#invoke) - [IAM Role](#iam-role) - [Tips](#tips) @@ -1004,10 +1005,10 @@ stepFunctions: stateMachines: stateMachineScheduled: events: - - schedule: + - schedule: rate: cron(30 12 ? * 1-5 *) inputTransformer: - inputPathsMap: + inputPathsMap: time: '$.time' stage: '$.stageVariables' inputTemplate: '{"time":