You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add the property UseAliasAsEventTarget to AWS::Serverless::StateMachine and make associated events use the state machine alias as a target. (#3627)
Copy file name to clipboardExpand all lines: DEVELOPMENT_GUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ We format our code using [Black](https://github.com/python/black) and verify the
59
59
during PR checks. Black will be installed automatically with `make init`.
60
60
61
61
After installing, you can run our formatting through our Makefile by `make format` or integrating Black directly in your favorite IDE (instructions
62
-
can be found [here](https://black.readthedocs.io/en/stable/editor_integration.html))
62
+
can be found [here](https://black.readthedocs.io/en/stable/integrations/editors.html))
63
63
64
64
##### (Workaround) Integrating Black directly in your favorite IDE
65
-
Since black is installed in virtualenv, when you follow [this instruction](https://black.readthedocs.io/en/stable/editor_integration.html), `which black` might give you this
65
+
Since black is installed in virtualenv, when you follow [this instruction](https://black.readthedocs.io/en/stable/integrations/editors.html), `which black` might give you this
Copy file name to clipboardExpand all lines: samtranslator/schema/schema.json
+4
Original file line number
Diff line number
Diff line change
@@ -281000,6 +281000,10 @@
281000
281000
],
281001
281001
"markdownDescription": "The type of the state machine\\. \n*Valid values*: `STANDARD` or `EXPRESS` \n*Type*: String \n*Required*: No \n*Default*: `STANDARD` \n*AWS CloudFormation compatibility*: This property is passed directly to the [`StateMachineType`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype) property of an `AWS::StepFunctions::StateMachine` resource\\.",
Copy file name to clipboardExpand all lines: schema_source/sam.schema.json
+4
Original file line number
Diff line number
Diff line change
@@ -8020,6 +8020,10 @@
8020
8020
],
8021
8021
"markdownDescription": "The type of the state machine\\. \n*Valid values*: `STANDARD` or `EXPRESS` \n*Type*: String \n*Required*: No \n*Default*: `STANDARD` \n*AWS CloudFormation compatibility*: This property is passed directly to the [`StateMachineType`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype) property of an `AWS::StepFunctions::StateMachine` resource\\.",
0 commit comments