2 Answers
- Newest
- Most votes
- Most comments
1
have you tried nested stack . This blog has good details https://curiousorbit.com/blog/aws-cloudformation-nested-stacks/ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
answered 2 months ago
1
As per the other answer, nested stacks are a good way of doing this.
But you can monitor stack events with EventBridge and SNS. So you can create the first stack and have it send a message on completion which you could use as a trigger for the second stack. Export the name of the DynamoDB table from the first stack to consume it in the second.
Relevant content
- Accepted Answerasked 7 months ago
- Accepted Answerasked 2 years ago
- asked a year ago
- Why can't I view the EventBridge trigger in my Lambda function that my CloudFormation stack created?AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago