Support for AWS CDK
See original GitHub issueFeature request to support generating CDK support as part of chalice package
Issue Analytics
- State:
- Created 3 years ago
- Reactions:11
- Comments:5 (2 by maintainers)
Top Results From Across the Web
AWS Cloud Development Kit – Amazon Web Services
AWS Cloud Development Kit (CDK) is an open-source software development framework used to model and provision your cloud application resources with familiar ...
Read more >What is the AWS CDK? - AWS Documentation - Amazon.com
The AWS CDK supports TypeScript, JavaScript, Python, Java, C#/.Net, and Go. Developers can use one of these supported programming languages to define ...
Read more >Getting started with the AWS CDK - AWS Documentation
The AWS Cloud Development Kit (AWS CDK) lets you define your cloud infrastructure as code in one of its supported programming languages.
Read more >AWS Cloud Development Kit FAQs - Amazon.com
Q: What programming languages does AWS CDK support? AWS CDK is generally available in JavaScript, TypeScript, Python, Java, C#, and Go (in Developer...
Read more >AWS Service Catalog support for the AWS Cloud ...
AWS Service Catalog CDK constructs enable Service Catalog administrators to use the AWS CDK to define, manage, maintain, and distribute their ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the feature request! To make sure I understand, you’d want
chalice package
to generate a CDK construct that you could then import/add to an existing CDK stack/app correct?BTW, please feel free to 👍 the issue so we can gauge interest in this feature!
@devangmehta123 I though about the simplification you mentioned as well, and developed https://github.com/alexpulver/cdk-chalice library - would be glad to hear your thoughts. There is an example application using this approach at https://github.com/alexpulver/aws-cdk-sam-chalice/ (along with link to blog post with walkthrough).