Another problem: I getting this error: ```AWS::Log...
# help
b
Another problem: I getting this error:
Copy code
AWS::Logs::LogGroup' with identifier /aws/vendedlogs/apis/.. was not found
I use
app.setDefaultFunctionProps
to set logs retention for all lambdas and don't use
accessLog
property of Api (it's true by default) am I doing anything in a wrong way?
f
Hey @Bshr Ramadan, where are you getting this error?
Can you show more context before/after the error message?
b
Hello @Frank I lost the whole error message. Actually I resolved it by creating these logs groups manually, I think that's because I set it's retention, and maybe it should be never expire
j
I just got this error when trying to deploy for the first time after upgrading to 1.0.2. I'll try manually creating the log group its looking for. I'm not specifying retention anywhere, but I do as a habit love deleting log groups.
b
It seems to be an aws cloudformation bug, not related to sst