File tree Expand file tree Collapse file tree 4 files changed +423
-23
lines changed
src/test/resources/cloudshift/awscdk Expand file tree Collapse file tree 4 files changed +423
-23
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 486486 " FirewallArn"
487487 ]
488488 },
489- " \" }, \" logApiResponseData \" :true }"
489+ " \" }}"
490490 ]
491491 ]
492492 },
526526 " FirewallArn"
527527 ]
528528 },
529- " \" }, \" logApiResponseData \" :true }"
529+ " \" }}"
530530 ]
531531 ]
532532 },
605605 "Code" : {
606606 "S3Bucket" : {
607607 "Fn::Sub" : " cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
608- },
609- "S3Key" : " 97f30e67419a1676a2215492723e5add1aa491caf0cbe2dd878fc4fab0468cd4.zip"
608+ }
610609 },
611610 "Handler" : " index.handler" ,
612611 "Role" : {
615614 " Arn"
616615 ]
617616 },
618- "Runtime" : " nodejs18.x" ,
617+ "Runtime" : {
618+ "Fn::FindInMap" : [
619+ " LatestNodeRuntimeMap" ,
620+ {
621+ "Ref" : " AWS::Region"
622+ },
623+ " value"
624+ ]
625+ },
619626 "Timeout" : " 120"
620627 },
621628 "DependsOn" : [
622629 " AWS679f53fac002430cb0da5b7982bd2287ServiceRoleC1EA0FF2"
623630 ]
624631 }
625632 },
633+ "Mappings" : {
634+ "LatestNodeRuntimeMap" : {
635+ "af-south-1" : {
636+ "value" : " nodejs20.x"
637+ },
638+ "ap-east-1" : {
639+ "value" : " nodejs20.x"
640+ },
641+ "ap-northeast-1" : {
642+ "value" : " nodejs20.x"
643+ },
644+ "ap-northeast-2" : {
645+ "value" : " nodejs20.x"
646+ },
647+ "ap-northeast-3" : {
648+ "value" : " nodejs20.x"
649+ },
650+ "ap-south-1" : {
651+ "value" : " nodejs20.x"
652+ },
653+ "ap-south-2" : {
654+ "value" : " nodejs20.x"
655+ },
656+ "ap-southeast-1" : {
657+ "value" : " nodejs20.x"
658+ },
659+ "ap-southeast-2" : {
660+ "value" : " nodejs20.x"
661+ },
662+ "ap-southeast-3" : {
663+ "value" : " nodejs20.x"
664+ },
665+ "ap-southeast-4" : {
666+ "value" : " nodejs20.x"
667+ },
668+ "ap-southeast-5" : {
669+ "value" : " nodejs20.x"
670+ },
671+ "ap-southeast-7" : {
672+ "value" : " nodejs20.x"
673+ },
674+ "ca-central-1" : {
675+ "value" : " nodejs20.x"
676+ },
677+ "ca-west-1" : {
678+ "value" : " nodejs20.x"
679+ },
680+ "cn-north-1" : {
681+ "value" : " nodejs18.x"
682+ },
683+ "cn-northwest-1" : {
684+ "value" : " nodejs18.x"
685+ },
686+ "eu-central-1" : {
687+ "value" : " nodejs20.x"
688+ },
689+ "eu-central-2" : {
690+ "value" : " nodejs20.x"
691+ },
692+ "eu-isoe-west-1" : {
693+ "value" : " nodejs18.x"
694+ },
695+ "eu-north-1" : {
696+ "value" : " nodejs20.x"
697+ },
698+ "eu-south-1" : {
699+ "value" : " nodejs20.x"
700+ },
701+ "eu-south-2" : {
702+ "value" : " nodejs20.x"
703+ },
704+ "eu-west-1" : {
705+ "value" : " nodejs20.x"
706+ },
707+ "eu-west-2" : {
708+ "value" : " nodejs20.x"
709+ },
710+ "eu-west-3" : {
711+ "value" : " nodejs20.x"
712+ },
713+ "il-central-1" : {
714+ "value" : " nodejs20.x"
715+ },
716+ "me-central-1" : {
717+ "value" : " nodejs20.x"
718+ },
719+ "me-south-1" : {
720+ "value" : " nodejs20.x"
721+ },
722+ "mx-central-1" : {
723+ "value" : " nodejs20.x"
724+ },
725+ "sa-east-1" : {
726+ "value" : " nodejs20.x"
727+ },
728+ "us-east-1" : {
729+ "value" : " nodejs20.x"
730+ },
731+ "us-east-2" : {
732+ "value" : " nodejs20.x"
733+ },
734+ "us-gov-east-1" : {
735+ "value" : " nodejs18.x"
736+ },
737+ "us-gov-west-1" : {
738+ "value" : " nodejs18.x"
739+ },
740+ "us-iso-east-1" : {
741+ "value" : " nodejs18.x"
742+ },
743+ "us-iso-west-1" : {
744+ "value" : " nodejs18.x"
745+ },
746+ "us-isob-east-1" : {
747+ "value" : " nodejs18.x"
748+ },
749+ "us-west-1" : {
750+ "value" : " nodejs20.x"
751+ },
752+ "us-west-2" : {
753+ "value" : " nodejs20.x"
754+ }
755+ }
756+ },
626757 "Parameters" : {
627758 "BootstrapVersion" : {
628759 "Type" : " AWS::SSM::Parameter::Value<String>" ,
You can’t perform that action at this time.
0 commit comments