AWS Cloud Development Kit: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Launching CDK: Disambiguating link
Line 38:
 
== Launching CDK ==
To get started with AWS CDK, developers need to install the AWS CDK Toolkit, which provides a command-line interface (CLI) for creating and managing AWS CDK projects.<ref>{{Cite web |title=AWS CDK Toolkit |url=https://docs.aws.amazon.com/cdk/latest/guide/tools.html |access-date=2023-03-19 |publisher=Amazon Web Services, Inc.}}</ref> The CLI can be installed using the [[Node.js]] package manager ([[npm (software)|npm]]) or any compatible package manager. Once the AWS CDK Toolkit is installed, developers can create a new AWS CDK project, define their infrastructure using constructs, and deploy the resulting AWS CloudFormation stack to their AWS account.
 
== Example code ==