You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(events,applicationautoscaling): schedule can be a token (#13064)
Fix for Issue: #9413
Testing:
Unit tests added for Schedule.rate used in ApplicationAutoScaling and Events.
* [X] Testing
- Unit test added (prefer not to modify an existing test, otherwise, it's probably a breaking change)
- __CLI change?:__ coordinate update of integration tests with team
- __cdk-init template change?:__ coordinated update of integration tests with team
* [X] Docs
- __jsdocs__: All public APIs documented
- __README__: README and/or documentation topic updated
- __Design__: For significant features, design document added to `design` folder
* [X] Title and Description
- __Change type__: title prefixed with **fix**, **feat** and module name in parents, which will appear in changelog
- __Title__: use lower-case and doesn't end with a period
- __Breaking?__: last paragraph: "BREAKING CHANGE: <describe what changed + link for details>"
- __Issues__: Indicate issues fixed via: "**Fixes #xxx**" or "**Closes #xxx**"
* [ ] Sensitive Modules (requires 2 PR approvers)
- IAM Policy Document (in @aws-cdk/aws-iam)
- EC2 Security Groups and ACLs (in @aws-cdk/aws-ec2)
- Grant APIs (only if not based on official documentation with a reference)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments