Skip to content

fix(logs): retentionInDays can't be a Token#6727

Merged
mergify[bot] merged 2 commits intoaws:masterfrom
nmoutschen:master
Mar 17, 2020
Merged

fix(logs): retentionInDays can't be a Token#6727
mergify[bot] merged 2 commits intoaws:masterfrom
nmoutschen:master

Conversation

@nmoutschen
Copy link
Contributor

Prevents performing validation on the retention property for LogGroups
if the token is unresolved (e.g. a CloudFormation Parameter). Otherwise,
running the command cdk synth could fail with the following error
message:

retentionInDays must be positive, got -1.888154589708755e+289

The new unit test creates a LogGroup with a retention property that
refers to a CloudFormation parameter to ensure that the stack
synthesizes properly.

fixes #6690


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

…kens

Prevents performing validation on the retention property for LogGroups
if the token is unresolved (e.g. a CloudFormation Parameter). Otherwise,
running the command `cdk synth` could fail with the following error
message:

```
retentionInDays must be positive, got -1.888154589708755e+289
```

The new unit test creates a LogGroup with a retention property that
refers to a CloudFormation parameter to ensure that the stack
synthesizes properly.

fixes #6690
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 7e93a58
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 2acab7a
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@rix0rrr rix0rrr changed the title fix(aws-logs): remove validation of retentionInDays for unresolved tokens fix(logs): retentionInDays can't be a Token Mar 17, 2020
@mergify
Copy link
Contributor

mergify bot commented Mar 17, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

retentionInDays for logs.LogGroup using a CfnParameter throws an error

3 participants