-
Notifications
You must be signed in to change notification settings - Fork 28
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
Crt graalvm update #20
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great update!
README.md
Outdated
@@ -14,7 +14,7 @@ functions and an [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) table for s | |||
|
|||
- [AWS CLI](https://aws.amazon.com/cli/) | |||
- [AWS CDK](https://aws.amazon.com/cdk/) | |||
- Java 11 | |||
- Java 21 | |||
- Maven |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maven 3.5+, which is required from CDK https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-java.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also requires node.js and npm. But, I guess it's also a common requirement for CDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will add
Description of changes:
Updated dependencies & removed CRT config files as they are now provided out of the box.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.