feat(kinesisanalytics-flink): support Apache Flink 1.20#31349
feat(kinesisanalytics-flink): support Apache Flink 1.20#31349mergify[bot] merged 4 commits intoaws:mainfrom
Conversation
| flink.Runtime.FLINK_1_20, | ||
| ]; | ||
|
|
||
| test.each(flinkRuntimes)('Flink Application with %s', (runtime) => { |
There was a problem hiding this comment.
Improved to test all runtimes
| flink.Runtime.FLINK_1_20, | ||
| ]; | ||
|
|
||
| flinkRuntimes.forEach((runtime) => { |
There was a problem hiding this comment.
Improved to test all runtimes
| const flinkApp = new flink.Application(this, 'Application', { | ||
| code: flink.ApplicationCode.fromBucket(bucket, 'my-app.jar'), | ||
| runtime: flink.Runtime.FLINK_1_19, | ||
| runtime: flink.Runtime.FLINK_1_20, |
There was a problem hiding this comment.
Can you update row 83 as well for consistency?
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@Mergifyio update |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
2 similar comments
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
❌ Mergify doesn't have permission to updateDetailsFor security reasons, Mergify can't update this pull request. Try updating locally. |
|
@mergify refresh |
✅ Pull request refreshed |
Pull request has been modified.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
N/A
Reason for this change
Support new runtime.
Ref: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-managed-service-apache-flink-1-20/
Description of changes
Description of how you validated changes
Ran improved unit tests and integ tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license