Wagner Silva

Results 3 issues of Wagner Silva

Is it possible add a built-in function "not contains"?

I'm using plugin `serverless-plugin-log-retention` and don't work. Don't have `"RetentionInDays"` code snippet cloudformation ``` "HelloLogGroup": { "Type": "AWS::Logs::LogGroup", "Properties": { "LogGroupName": "/aws/lambda/test-log-retention-plugin-dev-hello" } } ``` serverless.yml ```yaml service: test-log-retention-plugin package:...

This PR adds the serverless-configure-lambda-logs plugin to the community plugins list. The plugin helps configure Lambda logs with CloudWatch log groups and subscriptions, allowing better control over Lambda function logs.