I'm trying to update an existing project to use SS...
# help
r
I'm trying to update an existing project to use SST 0.60.4 and CDK v2.7.0 but the deployments are failing with a rather useless "Internal Failure" error. Looking at CloudTrail I've narrowed it down to a failure due to a CreateLogStream event for a log group that already exists which is of the form:
Copy code
/aws/vendedlogs/apis/xxxxx/default
If I delete this log group and run it fails because that log group is missing so I'm a bit stuck. Any thoughts on how to get around this?
f
Hey @Ross Coundon i recall u ran into a similar issue a while back
That seems to be an API access log group
r
yeah, I think that was log group retention related
or maybe access log
f
i think the fastest way to clean this up is: 1. disable the Api access log 2. deploy 3. remove the log group (sounds like u already did this) 4. re-enable the Api access log 5. deploy
r
cool, I hadn't made the connection to that problem, I'll give that a go
Great, that worked, thanks for the reminder!