We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28733ec commit 4409156Copy full SHA for 4409156
event-streaming-test.yaml
@@ -41,7 +41,7 @@ Resources:
41
EventTestParameter:
42
Type: AWS::SSM::Parameter
43
Properties:
44
- Name: !Sub "/${Environment}/event-test/config"
+ Name: !Sub "/${Environment}/event-test/${AWS::StackName}"
45
Type: String
46
Value: !Sub "event-streaming-test-${DelaySeconds}s"
47
0 commit comments