AWS Certified Cloud Practitioner (CLF-C02) — Question 418
Which programming languages does AWS Cloud Development Kit (AWS CDK) currently support? (Choose two.)
Answer options
- A. Python
- B. Swift
- C. TypeScript
- D. Ruby
- E. PHP
Correct answer: A, C
Explanation
The AWS Cloud Development Kit (AWS CDK) officially supports a specific set of languages, which includes TypeScript, JavaScript, Python, Java, C#, and Go. Python and TypeScript are correct as they are fully supported, allowing developers to define cloud infrastructure in these languages. Swift, Ruby, and PHP are currently not supported by AWS CDK.