jetbrains-core/tst/software/aws/toolkits/jetbrains/services/lambda/execution/sam/SamInvokeRunnerTest.kt [80:98]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val template = addTemplate( """ Resources: SomeFunction: Type: AWS::Serverless::Function Properties: Handler: com.example.LambdaHandler::handleRequest CodeUri: /some/dummy/code/location Runtime: java8 """.trimIndent() ) val runConfig = createTemplateRunConfiguration( project = projectRule.project, templateFile = template, logicalId = "SomeFunction" ) runInEdtAndWait { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jetbrains-core/tst/software/aws/toolkits/jetbrains/services/lambda/execution/sam/SamInvokeRunnerTest.kt [180:198]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val template = addTemplate( """ Resources: SomeFunction: Type: AWS::Serverless::Function Properties: Handler: com.example.LambdaHandler::handleRequest CodeUri: /some/dummy/code/location Runtime: java8 """.trimIndent() ) val runConfig = createTemplateRunConfiguration( project = projectRule.project, templateFile = template, logicalId = "SomeFunction" ) runInEdtAndWait { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -