Skip to content
New issue

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

feat: explicitly declare return types for facade methods #481

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

echeung-amzn
Copy link
Member

@echeung-amzn echeung-amzn commented Jan 16, 2024

Also allows chaining after monitorScope.
Fixes #284

This is actually what the generated types have anyway.


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

Also allows chaining after monitorScope.
Fixes cdklabs#293
@echeung-amzn echeung-amzn added the do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release. label Jan 16, 2024
@echeung-amzn echeung-amzn merged commit 3748340 into cdklabs:main Jan 16, 2024
12 checks passed
@echeung-amzn echeung-amzn deleted the facade-this branch January 16, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge Label to signify Mergify to not auto-merge. Useful for grouping PR merges into a single release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extending MonitoringFacade class causes JSII compilation errors when overriding parent functions
2 participants