Path Lines of Code CHANGELOG.md 49 CODE_OF_CONDUCT.md 4 CONTRIBUTING.md 75 README.md 114 buildtools/canarysettings/AppRunnerCanary.json 7 buildtools/canarysettings/ECSFargateCanary.json 6 buildtools/canarysettings/ECSServiceCanary.json 6 buildtools/canarysettings/PushContainerImageCanary.json 8 site/content/assets/images/aws-logo-light.svg 38 site/content/contributing.md 124 site/content/faq.md 19 site/content/index.md 20 site/content/troubleshooting-guide/docker-issues.md 59 site/content/troubleshooting-guide/index.md 77 site/content/troubleshooting-guide/missing-dependencies.md 31 site/content/tutorials/custom-project.md 313 src/AWS.Deploy.Orchestration/Properties/DockerFileConfig.json 72 src/AWS.Deploy.Recipes.CDK.Common/README.md 1 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppAppRunner/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppAppRunner/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppEcsFargate/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppEcsFargate/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkLinux/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkLinux/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkWindows/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/AspNetAppElasticBeanstalkWindows/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/BlazorWasm/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/BlazorWasm/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateScheduleTask/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateScheduleTask/cdk.json 7 src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateService/README.md 38 src/AWS.Deploy.Recipes/CdkTemplates/ConsoleAppECSFargateService/cdk.json 7 src/AWS.Deploy.Recipes/RecipeDefinitions/aws-deploy-recipe-schema.json 802 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/AppRunnerConfigFile.json 14 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/ECSFargateConfigFile.json 27 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/ElasticBeanStalkConfigFile.json 31 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/InvalidConfigFile.json 12 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/SettingsSnapshot_Container.json 35 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/SettingsSnapshot_Container_ModifiedOnly.json 13 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/SettingsSnapshot_NonContainer.json 49 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/SettingsSnapshot_NonContainer_ModifiedOnly.json 18 test/AWS.Deploy.CLI.Common.UnitTests/ConfigFileDeployment/TestFiles/SettingsSnapshot_PushImageECR.json 13 test/AWS.Deploy.DocGenerator.UnitTests/DeploymentSettingsFiles/AspNetAppAppRunner.md 16 testapps/BlazorWasm60/apply-settings.json 6 testapps/BlazorWasm60/wwwroot/css/open-iconic/README.md 70 testapps/BlazorWasm60/wwwroot/css/open-iconic/font/fonts/open-iconic.svg 543 testapps/BlazorWasm60/wwwroot/sample-data/weather.json 27 testapps/ConsoleAppTask/DockerImageUploaderConfigFile.json 7 testapps/ContosoUniversityBackendService/appsettings.Development.json 13 testapps/ContosoUniversityBackendService/appsettings.json 13 testapps/ContosoUniversityWeb/appsettings.Development.json 10 testapps/ContosoUniversityWeb/appsettings.json 13 testapps/ContosoUniversityWeb/appsettingsSQLite.Development.json 10 testapps/ContosoUniversityWeb/appsettingsSQLite.json 13 testapps/ContosoUniversityWeb/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/ContosoUniversityWeb/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/ContosoUniversityWeb/wwwroot/lib/jquery/LICENSE.txt 28 testapps/WebApiNET6/DockerImageUploaderConfigFile.json 7 testapps/WebApiNET6/ElasticBeanStalkConfigFile.json 5 testapps/WebApiNET6/appsettings.Development.json 8 testapps/WebApiNET6/appsettings.json 9 testapps/WebAppArmDeployment/appsettings.Development.json 8 testapps/WebAppArmDeployment/appsettings.json 9 testapps/WebAppArmWithDocker/appsettings.Development.json 8 testapps/WebAppArmWithDocker/appsettings.json 9 testapps/WebAppNet8WithCustomDockerFile/appsettings.Development.json 9 testapps/WebAppNet8WithCustomDockerFile/appsettings.json 9 testapps/WebAppNoDockerFile/ECSFargateCustomPortConfigFile.json 7 testapps/WebAppNoDockerFile/ElasticBeanStalkConfigFile-Linux-SelfContained.json 6 testapps/WebAppNoDockerFile/ElasticBeanStalkConfigFile-Linux.json 5 testapps/WebAppNoDockerFile/ElasticBeanStalkConfigFile-Windows-SelfContained.json 7 testapps/WebAppNoDockerFile/ElasticBeanStalkConfigFile-Windows.json 6 testapps/WebAppNoDockerFile/ElasticBeanStalkConfigFile.json 15 testapps/WebAppNoDockerFile/Existing-ElasticBeanStalkConfigFile-Linux-SelfContained.json 6 testapps/WebAppNoDockerFile/Properties/launchSettings.json 27 testapps/WebAppNoDockerFile/appsettings.Development.json 9 testapps/WebAppNoDockerFile/appsettings.json 10 testapps/WebAppNoDockerFile/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/WebAppNoDockerFile/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/WebAppNoDockerFile/wwwroot/lib/jquery/LICENSE.txt 28 testapps/WebAppWithDockerFile/AppRunnerConfigFile.json 11 testapps/WebAppWithDockerFile/ECSFargateConfigFile.json 24 testapps/WebAppWithDockerFile/Properties/launchSettings.json 34 testapps/WebAppWithDockerFile/appsettings.Development.json 9 testapps/WebAppWithDockerFile/appsettings.json 10 testapps/WebAppWithDockerFile/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/WebAppWithDockerFile/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/WebAppWithDockerFile/wwwroot/lib/jquery/LICENSE.txt 28 testapps/WorkerServiceExample/appsettings.Development.json 8 testapps/WorkerServiceExample/appsettings.json 8 testapps/docker/ConsoleSdkType/Properties/launchSettings.json 10 testapps/docker/WebAppDifferentAssemblyName/Properties/launchSettings.json 34 testapps/docker/WebAppDifferentAssemblyName/appsettings.Development.json 9 testapps/docker/WebAppDifferentAssemblyName/appsettings.json 10 testapps/docker/WebAppDifferentAssemblyName/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppDifferentAssemblyName/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppDifferentAssemblyName/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppDifferentTargetFramework/Properties/launchSettings.json 34 testapps/docker/WebAppDifferentTargetFramework/appsettings.Development.json 9 testapps/docker/WebAppDifferentTargetFramework/appsettings.json 8 testapps/docker/WebAppDifferentTargetFramework/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppDifferentTargetFramework/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppDifferentTargetFramework/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppNet7/appsettings.Development.json 8 testapps/docker/WebAppNet7/appsettings.json 9 testapps/docker/WebAppNet8/appsettings.Development.json 8 testapps/docker/WebAppNet8/appsettings.json 9 testapps/docker/WebAppNoSolution/Properties/launchSettings.json 34 testapps/docker/WebAppNoSolution/appsettings.Development.json 9 testapps/docker/WebAppNoSolution/appsettings.json 10 testapps/docker/WebAppNoSolution/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppNoSolution/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppNoSolution/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/Properties/launchSettings.json 34 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/appsettings.Development.json 9 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/appsettings.json 10 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppProjectDependencies/WebAppProjectDependencies/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppProjectDependenciesAboveSolution/WebAppProjectDependencies/appsettings.Development.json 9 testapps/docker/WebAppProjectDependenciesAboveSolution/WebAppProjectDependencies/appsettings.json 10 testapps/docker/WebAppProjectDependenciesAboveSolution/WebAppProjectDependencies/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppProjectDependenciesAboveSolution/WebAppProjectDependencies/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppProjectDependenciesAboveSolution/WebAppProjectDependencies/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/Properties/launchSettings.json 34 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/appsettings.Development.json 9 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/appsettings.json 10 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppWithSolutionParentLevel/WebAppWithSolutionParentLevel/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WebAppWithSolutionSameLevel/Properties/launchSettings.json 34 testapps/docker/WebAppWithSolutionSameLevel/appsettings.Development.json 9 testapps/docker/WebAppWithSolutionSameLevel/appsettings.json 10 testapps/docker/WebAppWithSolutionSameLevel/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt 9 testapps/docker/WebAppWithSolutionSameLevel/wwwroot/lib/jquery-validation/LICENSE.md 18 testapps/docker/WebAppWithSolutionSameLevel/wwwroot/lib/jquery/LICENSE.txt 28 testapps/docker/WorkerServiceExample/appsettings.Development.json 8 testapps/docker/WorkerServiceExample/appsettings.json 8