Skip to content

Commit

Permalink
Java11
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzbeard committed Oct 13, 2023
1 parent 5e4e073 commit 2db9dc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hooks/KMS_EncryptionSettings/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"artifact_type": "HOOK",
"typeName": "AwsCommunity::KMS::EncryptionSettings",
"language": "java",
"runtime": "java17",
"runtime": "java11",
"entrypoint": "com.awscommunity.kms.encryptionsettings.HookHandlerWrapper::handleRequest",
"testEntrypoint": "com.awscommunity.kms.encryptionsettings.HookHandlerWrapper::testEntrypoint",
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion hooks/S3_AccessControl/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"artifact_type": "HOOK",
"typeName": "AwsCommunity::S3::AccessControl",
"language": "java",
"runtime": "java17",
"runtime": "java11",
"entrypoint": "com.awscommunity.s3.accesscontrol.HookHandlerWrapper::handleRequest",
"testEntrypoint": "com.awscommunity.s3.accesscontrol.HookHandlerWrapper::testEntrypoint",
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion resources/Resource_Lookup/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"artifact_type": "RESOURCE",
"typeName": "AwsCommunity::Resource::Lookup",
"language": "java",
"runtime": "java17",
"runtime": "java11",
"entrypoint": "com.awscommunity.resource.lookup.HandlerWrapper::handleRequest",
"testEntrypoint": "com.awscommunity.resource.lookup.HandlerWrapper::testEntrypoint",
"settings": {
Expand Down

0 comments on commit 2db9dc2

Please sign in to comment.