We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When looking for a solution to set log retention for API gateway, I found that the serverless framework provides it's own logRetentionInDays parameter: https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml#general-function-settings
logRetentionInDays
That is used for lambda log groups, in the same way as this plugin.
The provider parameter is also used for API gateway logs, though it doesn't seem to be documented: https://github.com/serverless/serverless/blob/v2/lib/plugins/aws/package/compile/events/apiGateway/lib/stage.js#L113
So there is probably no need for this plugin or serverless-apigateway-log-retention for most use cases.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When looking for a solution to set log retention for API gateway, I found that the serverless framework provides it's own
logRetentionInDays
parameter: https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml#general-function-settingsThat is used for lambda log groups, in the same way as this plugin.
The provider parameter is also used for API gateway logs, though it doesn't seem to be documented:
https://github.com/serverless/serverless/blob/v2/lib/plugins/aws/package/compile/events/apiGateway/lib/stage.js#L113
So there is probably no need for this plugin or serverless-apigateway-log-retention for most use cases.
The text was updated successfully, but these errors were encountered: