hi, I think there is maybe an error in docs. <htt...
# sst
g
hi, I think there is maybe an error in docs. https://docs.serverless-stack.com/constructs/v0/migration#access-log says
Copy code
retention: "two weeks"
but this will throw an error, so it seems it has to be:
Copy code
retention: "two_weeks"
(same is provided in https://github.com/serverless-stack/serverless-stack/blob/master/packages/resources/src/Api.ts#L245 )
f
Nice catch @Gabriel! Updated.