Austin Brooks
Austin Brooks
It would require you to move your code in a way you don't like, but I did add support for Gradle [testFixtures](https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures) a few releases ago, that is how we...
No today, we have been looking into improving the detection of YAML files to determine if its a CloudFormation file, but we have no timeline on that work.
This behavior is because the csproj files are hard coded to HelloWorld in the template: https://github.com/aws/aws-sam-cli-app-templates/tree/master/dotnetcore3.1/cookiecutter-aws-sam-hello-dotnet/%7B%7Bcookiecutter.project_name%7D%7D
1.22 removed the handler validation when using a template so you can use that route as a workaround. We can't remove it from the non-template yet due to we do...
Looks like the 4min future timed out (so it gave up leaving orphaned process), not that we werent waiting long enough Test output: ```` 2021-04-06 01:01:28 DEBUG CliBasedStep:73 - [STDERR]...
Yes, this is by design. The old way prevented us from showing output if the debugger hadn't started in all use cases, such as SAM build failing. I can check...
> Also, I never had issues explicitly opening the build to see the error from sam in the past. It's an issue in only some of the IDEs (Rider for...
The button action is https://github.com/JetBrains/intellij-community/blob/master/platform/execution-impl/src/com/intellij/execution/runners/FakeRerunAction.java
Was there a guide or blog post you followed to create the project?
Do you have a Gradle file already? If so, you should be able to right click it and select Import Gradle Project.