buildpipeline:由AWS支持的无服务器构建,测试和部署ft。多个环境的管道-源码

上传者: 42169971 | 上传时间: 2021-02-01 19:06:34 | 文件大小: 760KB | 文件类型: ZIP
BuildPipeline | 该项目演示了基于AWS的无服务器构建,测试和部署多种环境的管道。 目录包含一个由React / TypeScript / Webpack驱动的Web应用程序,该服务由S3提供,其中CloudFront作为CDN,Route 53用于DNS。 目录包含定义为代码( 和bash脚本)的所有基础结构和部署步骤。 和负责构建,测试和部署项目。 所有构建日志都存储在。 CodePipeline使用访问令牌访问GitHub。 使用CodeBuild构建,测试和部署每个项目时,必须提供有关 信息。 构建环境代表了操作系统,编程语言运行时以及CodeBuild用于构建,测试和部署的工具的组合-也就是Docker映像。 我维护经常使用的编程语言和工具的构建环境,例如 。 还必须在存储在项目根目录下的(YAML格式)中指定构建命令和相关设置,例如 。 因为buildspec声明必须是有效的YAML,所以buildspec声明中的间距很重要。 如果buildspec声明中的空格数无效,则构建可能会立即失败。 YAML验证器可用于测试buildspec声明是否有效。 有关更多

文件下载

资源详情

[{"title":"( 57 个子文件 760KB ) buildpipeline:由AWS支持的无服务器构建,测试和部署ft。多个环境的管道-源码","children":[{"title":"buildpipeline-master","children":[{"title":".gitignore <span style='color:#111;'> 135B </span>","children":null,"spread":false},{"title":"buildspec-test.yml <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"package.json <span style='color:#111;'> 3.04KB </span>","children":null,"spread":false},{"title":"tslint.json <span style='color:#111;'> 467B </span>","children":null,"spread":false},{"title":"webpack.prod.config.ts <span style='color:#111;'> 5.14KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"rootSaga.ts <span style='color:#111;'> 52B </span>","children":null,"spread":false},{"title":"shared-components","children":[{"title":"GaTracker.ts <span style='color:#111;'> 866B </span>","children":null,"spread":false},{"title":"Banner.jpg <span style='color:#111;'> 600.67KB </span>","children":null,"spread":false},{"title":"AppFooter.tsx <span style='color:#111;'> 405B </span>","children":null,"spread":false},{"title":"FullscreenLoader.tsx <span style='color:#111;'> 502B </span>","children":null,"spread":false},{"title":"ScrollToTop.ts <span style='color:#111;'> 615B </span>","children":null,"spread":false},{"title":"NotFoundPage.tsx <span style='color:#111;'> 569B </span>","children":null,"spread":false},{"title":"HomePage.tsx <span style='color:#111;'> 4.74KB </span>","children":null,"spread":false}],"spread":true},{"title":"rootReducer.ts <span style='color:#111;'> 330B </span>","children":null,"spread":false},{"title":"configureStore.ts <span style='color:#111;'> 778B </span>","children":null,"spread":false},{"title":"index.ejs <span style='color:#111;'> 687B </span>","children":null,"spread":false},{"title":"favicon.ico <span style='color:#111;'> 31.29KB </span>","children":null,"spread":false},{"title":"index.css <span style='color:#111;'> 505B </span>","children":null,"spread":false},{"title":"index.tsx <span style='color:#111;'> 892B </span>","children":null,"spread":false},{"title":"App.tsx <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false}],"spread":true},{"title":"buildspec-prod.yml <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"tsconfig-webpack.json <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"server.ts <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"tsconfig.json <span style='color:#111;'> 4.80KB </span>","children":null,"spread":false},{"title":"webpack.config.ts <span style='color:#111;'> 4.37KB </span>","children":null,"spread":false},{"title":"infrastructure","children":[{"title":"install.bash <span style='color:#111;'> 102B </span>","children":null,"spread":false},{"title":"upload-artifacts.bash <span style='color:#111;'> 599B </span>","children":null,"spread":false},{"title":"main.tf <span style='color:#111;'> 1021B </span>","children":null,"spread":false},{"title":"archive-artifacts.bash <span style='color:#111;'> 362B </span>","children":null,"spread":false},{"title":"build-artifacts.bash <span style='color:#111;'> 94B </span>","children":null,"spread":false},{"title":"deploy-infrastructure.bash <span style='color:#111;'> 381B </span>","children":null,"spread":false},{"title":"variables.tf <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"fetch-artifacts.bash <span style='color:#111;'> 263B </span>","children":null,"spread":false},{"title":"outputs.tf <span style='color:#111;'> 243B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 3.82KB </span>","children":null,"spread":false},{"title":"versions.tf <span style='color:#111;'> 45B </span>","children":null,"spread":false},{"title":"run-tests.bash <span style='color:#111;'> 49B </span>","children":null,"spread":false},{"title":"modules","children":[{"title":"build-pipeline","children":[{"title":"main.tf <span style='color:#111;'> 5.95KB </span>","children":null,"spread":false},{"title":"variables.tf <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"outputs.tf <span style='color:#111;'> 70B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 2.77KB </span>","children":null,"spread":false},{"title":"versions.tf <span style='color:#111;'> 45B </span>","children":null,"spread":false},{"title":"codepipeline-role-policy.tpl <span style='color:#111;'> 216B </span>","children":null,"spread":false},{"title":"codebuild-role-policy.tpl <span style='color:#111;'> 612B </span>","children":null,"spread":false}],"spread":false},{"title":"web-app","children":[{"title":"main.tf <span style='color:#111;'> 2.08KB </span>","children":null,"spread":false},{"title":"variables.tf <span style='color:#111;'> 202B </span>","children":null,"spread":false},{"title":"outputs.tf <span style='color:#111;'> 151B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 508B </span>","children":null,"spread":false},{"title":"versions.tf <span style='color:#111;'> 45B </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"README.md <span style='color:#111;'> 7.62KB </span>","children":null,"spread":false},{"title":"typings","children":[{"title":"webpack-chunk-hash","children":[{"title":"index.d.ts <span style='color:#111;'> 37B </span>","children":null,"spread":false}],"spread":false},{"title":"rebass","children":[{"title":"index.d.ts <span style='color:#111;'> 25B </span>","children":null,"spread":false}],"spread":false},{"title":"inline-manifest-webpack-plugin","children":[{"title":"index.d.ts <span style='color:#111;'> 49B </span>","children":null,"spread":false}],"spread":false},{"title":"react-loading","children":[{"title":"index.d.ts <span style='color:#111;'> 32B </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"env.js <span style='color:#111;'> 838B </span>","children":null,"spread":false},{"title":"yarn.lock <span style='color:#111;'> 277.96KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明