Share E-Book
Scan to open this page

Scan with your phone to open this page

Author: Sam Ward Biddle, Kyle T Jones

Looking to accelerate development and build cloud native applications with AWS Cloud Development Kit? Through hands-on projects, you'll learn the basics of AWS CDK, the tool of choice for many of the world's largest technology companies. Informed by real case studies and years of work with enterprise-scale cloud architectures, this book will benefit both novice and advanced cloud developers. It's complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions to help you build a shareable portfolio of completed projects, demonstrating your ability to build cloud infrastructure at scale. You'll explore: Basic cloud computing concepts, including the AWS Well-Architected Framework End-to-end cloud native software and infrastructure as code The benefits of a reusable code library to accelerate your projects Functional modules of code that can stand alone or build toward an integrated cloud application

AI Reading Assistant

Whole-book reading guide from stratified index samples; jump to passages in the text

Brief outline
【One-Line Pitch】 Looking to accelerate development and build cloud native applications with AWS Cloud Development Kit? Through hands-o… 【Book Arc】 - **Opening (~0%–12%)**: Through hands-on projects, you'll learn the basics of AWS CDK, the tool of choice for many of the world's largest technology companies.; Who This Book Is For This book is for developers, students, hobbyists, and the cloud- curious. - **Early (~12%–35%)**: This helps catch infrastructure bugs before provisioning.; r params name and identify the resource. - **Middle (~35%–65%)**: permissions between AWS resources is straightforward in CDK.; his chapter, you will build custom L3 CDK constructs for an S3 bucket and a Lambda function by extending existing L3 constructs. - **Late (~65%–88%)**: The .should('be.visible') or .should('exist') assertions will help when interacting with elements.; CI/CD pipelines for consistent and repeatable deployments. - **Ending (~88%–100%)**: n with the best practices of the Well-Architected Framework.; p GitHub Actions- Integrating GitHub Actions for Deployment – precommit hooks, Precommit Hooks-In… 【Key Takeaways】 - **Through hands** (Opening): Through hands-on projects, you'll learn the basics of AWS CDK, the tool of choice for many of the world's largest technology companies. - **Who This Book Is For T…** (Opening): Who This Book Is For This book is for developers, students, hobbyists, and the cloud- curious. - **will use the environme…** (Opening): will use the environment you set up here to build, manage, and deploy CDK projects in the rest of this book. - **This helps catch infra…** (Early): This helps catch infrastructure bugs before provisioning. - **r params name and iden…** (Early): r params name and identify the resource. - **n and identify three o…** (Early): n and identify three other configurations you can change. 【Reading Tips】 - Use Passage locations below to jump into the text and set reading anchors - If this is a brief outline, click Regenerate (top right) for a synthesized guide 【Coverage Limits】 Compressed outline without the model (~29 index chunks). Full structured guide needs AI available.
Page 10
the adoption of AWS CDK across a wide range of development communities, making it a popular choice for defining cloud infrastructure in a more familiar and p...
View in text
Excerpt 2
you typed cdk init app - -language typescript . Example 2-2. CDK application boilerplate #!/usr/bin/env node import 'source-map-support/register'; import * a...
View in text
Excerpt 3
letely ( cdk destroy ) and redeploying it from scratch. } } Let’s break down what this code does to augment our previous version of the HelloCdk stack. First...
View in text
Excerpt 4
his chapter, you will build custom L3 CDK constructs for an S3 bucket and a Lambda function by extending existing L3 constructs. In the next chapter, you wil...
View in text
Excerpt 5
ams. Inside of your construct directory, create a directory called chatbot and a file within that directory called chatbot- construct.ts. Inside of your stac...
View in text
Excerpt 6
CI/CD pipelines for consistent and repeatable deployments. You can achieve faster feedback loops, reduce manual errors, and improve the overall quality, reli...
View in text
Excerpt 7
n with the best practices of the Well-Architected Framework. Operational Excellence for CDK Operational Excellence is one of the pillars of the Well- Archite...
View in text
Excerpt 8
g, Getting Unstuck – circular dependencies, Getting Unstuck – architecture, Project Architecture: Greeting S3 Bucket- Project Architecture: Greeting S3 Bucke...
View in text
Tags
AI categories
Framework
ISBN: 1098158776
Publisher: O'Reilly Media
Publish Year: 2025
Language: English
Pages: 520
File Format: PDF
File Size: 4.6 MB
Text Preview (First 20 pages)
Registered users can read the full content for free

Register as a Gaohf Library member to read the complete e-book online for free and enjoy a better reading experience.

Generating text preview…