Torrent Downloads » Other » [ FreeCourseWeb com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK
Other
[ FreeCourseWeb com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK
Torrent info
Name:[ FreeCourseWeb com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK
Infohash: 47E308DCF5B0E53F9D946A4F80E839687A0A4B15
Total Size: 1.92 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2024-10-23 10:48:04 (Update Now)
Torrent added: 2021-07-13 01:00:34
Alternatives:[ FreeCourseWeb com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 1.92 GB) (Files: 150)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction to the course
1. Introduction and how to get help.mp4
1. Introduction and how to get help.srt
1.1 GitHub repository with demo application code.html
1.2 GitHub repository with Pipeline CDK code.html
2. Setting up AWS budget alert.mp4
2. Setting up AWS budget alert.srt
2. Introduction to CDK
1. Creating CDK project.mp4
1. Creating CDK project.srt
1.1 Source code.html
2. Understanding CDK.mp4
2. Understanding CDK.srt
2.1 More about CDK constructs.html
3. Looking at CDK code.mp4
3. Looking at CDK code.srt
3.1 Source code.html
4. Adding AWS Budget alarm using CDK.mp4
4. Adding AWS Budget alarm using CDK.srt
4.1 Source code.html
5. Adding unit tests.mp4
5. Adding unit tests.srt
5.1 Source code.html
3. Setting up basic CDK pipeline
1. Overview of the CD Pipeline.mp4
1. Overview of the CD Pipeline.srt
2. Understanding AWS CodePipeline.mp4
2. Understanding AWS CodePipeline.srt
3. Creating Pipeline with Source action.mp4
3. Creating Pipeline with Source action.srt
3.1 Source code.html
4. Adding build stage to the pipeline.mp4
4. Adding build stage to the pipeline.srt
4.1 Source code.html
5. Adding pipeline update stage to the pipeline.mp4
5. Adding pipeline update stage to the pipeline.srt
5.1 Source code.html
6. Running CDK unit tests in the pipeline.mp4
6. Running CDK unit tests in the pipeline.srt
6.1 Source code after enabling testing as part of CDK build.html
6.2 Source code after fixing pipeline unit test.html
7. [Optional] Generating test reports in CodeBuild.mp4
7. [Optional] Generating test reports in CodeBuild.srt
7.1 Source code.html
7.2 How to set up reporting with Jest in CodeBuild.html
7.3 Working with test reporting in AWS CodeBuild.html
4. Adding application deployment to the pipeline
1. What do we want to achieve in this section.mp4
1. What do we want to achieve in this section.srt
2. Writing application code.mp4
2. Writing application code.srt
2.1 Serverless-express npm package.html
2.2 Source code.html
2.3 Instructor's express lambda repository.html
3. Creating Service stack in CDK.mp4
3. Creating Service stack in CDK.srt
3.1 CDK HttpApi construct.html
3.2 Source code.html
3.3 CDK Lambda Function construct.html
3.4 CDK LambdaProxyIntegration construct.html
4. Adding new source to pipeline.mp4
4. Adding new source to pipeline.srt
4.1 Source code.html
5. Adding new build action to pipeline.mp4
5. Adding new build action to pipeline.srt
5.1 Source code after enabling pipeline restart on update.html
5.2 Source code after adding build step.html
5.3 Server source code after adding build specs.html
6. Deploying service stack to production.mp4
6. Deploying service stack to production.mp4.vtx
6. Deploying service stack to production.srt
6.1 Source code.html
7. Adding test for new PipelineStack method.mp4
7. Adding test for new PipelineStack method.srt
7.1 Source code.html
7.2 CDK Assert README.html
8. Adding billing stack to our prod deployment.mp4
8. Adding billing stack to our prod deployment.srt
8.1 Source code.html
5. Adding automated testing to the pipeline
1. Section introduction.mp4
1. Section introduction.srt
2. Adding test stage to the pipeline.mp4
2. Adding test stage to the pipeline.srt
2.1 Source code.html
3. Writing automated test.mp4
3. Writing automated test.srt
3.1 Source code.html
4. Adding automated test to the pipeline.mp4
4. Adding automated test to the pipeline.srt
4.1 Source code after adding CFN output.html
4.2 Source code after adding integration test to the pipeline.html
5. Adding alarms and notifying support on pipeline failure.mp4
5. Adding alarms and notifying support on pipeline failure.srt
5.1 CDK SNS library.html
5.2 CDK SNS subscriptions library.html
5.3 Source code.html
5.4 CodePipeline events examples.html
5.5 CDK event targets library.html
5.6 CDK Events library.html
6. Gradual deployments, rollbacks, and canaries
1. Section introduction.mp4
1. Section introduction.srt
10. Alarming on canary failure.mp4
10. Alarming on canary failure.srt
10.1 Source code.html
2. Upgrading CDK version.mp4
2. Upgrading CDK version.srt
2.1 Link to the bug that prompted us to update CDK.html
2.2 Source code.html
3. Gradual deployment to production.mp4
3. Gradual deployment to production.srt
3.1 More about Lambda versions and aliases.html
3.2 CDK Lambda Deployment Groups.html
3.3 Source code.html
4. Rolling back on failure.mp4
4. Rolling back on failure.srt
4.1 Source code.html
5. Why we need canaries.mp4
5. Why we need canaries.srt
5.1 CloudWatch Synthetics docs.html
6. Writing Canary code.mp4
6. Writing Canary code.srt
6.1 Library functions available for Node.js canary scripts.html
6.2 Source code.html
7. Implementing Canary CDK construct.mp4
7. Implementing Canary CDK construct.srt
7.1 Source code.html
7.2 CDK Canary construct docs.html
8. Writing tests for ServiceHealthCanary construct.mp4
8. Writing tests for ServiceHealthCanary construct.srt
8.1 Source code.html
8.2 AWS CloudFormation Canary resource docs.html
9. Deploying and testing canary.mp4
9. Deploying and testing canary.srt
7. Multi-region and multi-account deployments
1. Multi-region deployments overview.mp4
1. Multi-region deployments overview.srt
1.1 Cross-region CodePipeline with CDK.html
1.2 Cross-region deployments with CodePipeline.html
2. Deploying service backup to another region.mp4
2. Deploying service backup to another region.srt
2.1 CDK boostrapping.html
2.2 Source code.html
2.3 CDK Environments.html
3. Overview of cross-account deployments.mp4
3. Overview of cross-account deployments.srt
4. Implementing cross-account deployment pipeline.mp4
4. Implementing cross-account deployment pipeline.srt
4.1 CDK cross-account code pipeline.html
4.2 Source code.html
8. Closing section
1. Deleting all AWS resources related to this course.html
2. Congratulations!.mp4
2. Congratulations!.srt
3. Additional resources.html
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ FreeCourseWeb com ] Udemy - Create Continuous Delivery Pipelines on AWS Using CDK Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





