AWS SDK - Software Development Kit
Simplifies use of AWS Services by providing a set of
libraries that are consistent and familiar for developers.
▪ Tools for developing and managing applications on AWS
▪ Use AWS-SDK in our microservices codes when
interacting with AWS DynamoDB, EventBridge and SQS.
▪ AWS CDK - IaC
Infrastructure as code (IaC) service that allows you to
easily model, provision, and manage AWS resources.
▪ When we use AWS CDK and AWS SDK ?
▪ IaC with CDK - to develop this big architecture with CDK
▪ Lambda Microservice business logic development with AWS SDK