Skip to Content
Hands-On AWS CDK
book

Hands-On AWS CDK

by Sam Ward Biddle, Kyle T. Jones
April 2025
Intermediate to advanced
258 pages
6h 32m
English
O'Reilly Media, Inc.
Content preview from Hands-On AWS CDK

Chapter 13. Contributing to CDK

CDK construct libraries are typically published as npm packages and can be installed and used in CDK applications using standard package management tools. They provide a convenient way to encapsulate and share reusable infrastructure components, making it easier for developers to provision and manage AWS resources in their CDK applications.

This chapter “zooms out” from a specific CDK project and covers how to package your solutions to share with others.

Anatomy of an npm Library

An npm library typically consists of several parts and functions that contribute to its overall functionality. Libraries are packages published to the npm registry and provide reusable components. Because others will be using this code, it is important that you include all the expected components:

package.json

This is a mandatory file in any npm library and serves as the configuration file for the package. It includes metadata such as the package name, version, description, dependencies, scripts, and other information that defines the package’s behavior and dependencies.

Source code

These are the actual JavaScript or TypeScript source code files that implement the functionality of the library. These source files may be organized in directories or modules, depending on the library’s structure and design.

Entry point

The entry point is the main file that gets executed when the library is imported or required in a Node.js or JavaScript application. It typically defines ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Serverless Development on AWS

Serverless Development on AWS

Sheen Brisals, Luke Hedger
AWS CDK in Practice

AWS CDK in Practice

Mark Avdi, Leo Lam

Publisher Resources

ISBN: 9781098158767Errata Page