1 Answer
- Newest
- Most votes
- Most comments
0
You'll need to identify the log group that's associated with the log stream. The log group will be associated with the lambda function that sets up the custom resource. Lambda function log groups are prefixed with /aws/lambda/
then the function name. The default function name for this resource should have some reference to the stack name.
I'd navigate to Cloud Watch, click on Log Groups, then look at the log groups that begin with /aws/lambda/
and identify which one relates to the stack you tried to create. Next, click on that log group then find the log stream that's referenced in your error message.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html
answered 2 years ago
Relevant content
- asked a year ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a month ago