Skip to content

Commit

Permalink
update globalCluster lambda runtime version (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
akwan224 authored Dec 21, 2023
1 parent 6ad7b0d commit 199b7b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-rds-globalcluster/.rpdk-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"artifact_type": "RESOURCE",
"typeName": "AWS::RDS::GlobalCluster",
"language": "java",
"runtime": "java8",
"runtime": "java11",
"entrypoint": "software.amazon.rds.globalcluster.HandlerWrapper::handleRequest",
"testEntrypoint": "software.amazon.rds.globalcluster.HandlerWrapper::testEntrypoint",
"settings": {
Expand Down
4 changes: 2 additions & 2 deletions aws-rds-globalcluster/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: software.amazon.rds.globalcluster.HandlerWrapper::handleRequest
Runtime: java8
Runtime: java11
CodeUri: ./target/aws-rds-globalcluster-handler-1.0-SNAPSHOT.jar

TestEntrypoint:
Type: AWS::Serverless::Function
Properties:
Handler: software.amazon.rds.globalcluster.HandlerWrapper::testEntrypoint
Runtime: java8
Runtime: java11
CodeUri: ./target/aws-rds-globalcluster-handler-1.0-SNAPSHOT.jar

0 comments on commit 199b7b8

Please sign in to comment.