File tree Expand file tree Collapse file tree 4 files changed +34
-18
lines changed Expand file tree Collapse file tree 4 files changed +34
-18
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,22 @@ Resources:
4242 QueueName : !GetAtt ProcessingQueue.QueueName
4343
4444Outputs :
45- ProcessorFunction :
45+ ProcessorFunctionName :
46+ Description : " Lambda Function Name"
47+ Value : !Ref ProcessorFunction
48+
49+ ProcessorFunctionARN :
4650 Description : " Lambda Function ARN"
4751 Value : !GetAtt ProcessorFunction.Arn
48-
49- ProcessingQueue :
52+
53+ ProcessingQueueARN :
5054 Description : " Processing SQS Queue ARN"
5155 Value : !GetAtt ProcessingQueue.Arn
52-
56+
5357 ProcessingQueueURL :
5458 Description : " SQS Queue URL"
5559 Value : !Ref ProcessingQueue
56-
57- ProcessingDLQ :
60+
61+ ProcessingDLQARN :
5862 Description : " Dead Letter Queue ARN"
5963 Value : !GetAtt ProcessingDLQ.Arn
Original file line number Diff line number Diff line change @@ -44,18 +44,22 @@ Resources:
4444 TargetArn : !GetAtt ProcessingDLQ.Arn
4545
4646Outputs :
47- ProcessorFunction :
47+ ProcessorFunctionName :
48+ Description : " Lambda Function Name"
49+ Value : !Ref ProcessorFunction
50+
51+ ProcessorFunctionARN :
4852 Description : " Lambda Function ARN"
4953 Value : !GetAtt ProcessorFunction.Arn
5054
51- ProcessingQueue :
55+ ProcessingQueueARN :
5256 Description : " Processing SQS Queue ARN"
5357 Value : !GetAtt ProcessingQueue.Arn
5458
5559 ProcessingQueueURL :
5660 Description : " SQS Queue URL"
5761 Value : !Ref ProcessingQueue
5862
59- ProcessingDLQ :
63+ ProcessingDLQARN :
6064 Description : " Dead Letter Queue ARN"
6165 Value : !GetAtt ProcessingDLQ.Arn
Original file line number Diff line number Diff line change @@ -44,18 +44,22 @@ Resources:
4444 TargetArn : !GetAtt ProcessingDLQ.Arn
4545
4646Outputs :
47- ProcessorFunction :
47+ ProcessorFunctionName :
48+ Description : " Lambda Function Name"
49+ Value : !Ref ProcessorFunction
50+
51+ ProcessorFunctionARN :
4852 Description : " Lambda Function ARN"
4953 Value : !GetAtt ProcessorFunction.Arn
5054
51- ProcessingQueue :
55+ ProcessingQueueARN :
5256 Description : " Processing SQS Queue ARN"
5357 Value : !GetAtt ProcessingQueue.Arn
5458
5559 ProcessingQueueURL :
5660 Description : " SQS Queue URL"
5761 Value : !Ref ProcessingQueue
5862
59- ProcessingDLQ :
63+ ProcessingDLQARN :
6064 Description : " Dead Letter Queue ARN"
6165 Value : !GetAtt ProcessingDLQ.Arn
Original file line number Diff line number Diff line change @@ -40,18 +40,22 @@ Resources:
4040 TargetArn : !GetAtt ProcessingDLQ.Arn
4141
4242Outputs :
43- ProcessorFunction :
43+ ProcessorFunctionName :
44+ Description : " Lambda Function Name"
45+ Value : !Ref ProcessorFunction
46+
47+ ProcessorFunctionARN :
4448 Description : " Lambda Function ARN"
4549 Value : !GetAtt ProcessorFunction.Arn
46-
47- ProcessingQueue :
50+
51+ ProcessingQueueARN :
4852 Description : " Processing SQS Queue ARN"
4953 Value : !GetAtt ProcessingQueue.Arn
50-
54+
5155 ProcessingQueueURL :
5256 Description : " SQS Queue URL"
5357 Value : !Ref ProcessingQueue
54-
55- ProcessingDLQ :
58+
59+ ProcessingDLQARN :
5660 Description : " Dead Letter Queue ARN"
5761 Value : !GetAtt ProcessingDLQ.Arn
You can’t perform that action at this time.
0 commit comments