Support Templates written through CDK through reading Resource Level Metadata #893
Labels
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
Milestone
Describe your idea/feature/enhancement
Currently, AWS SAM CLI only supports templates that are written in CloudFormation (
.json
or.yaml
files). This leaves out other frameworks like CDK that produce a template. SAM CLI should support these use-cases.Proposal
A design will need to be written for this support. CDK is adding some support to enable the bridging [1] of the tools. The design should capture how we will support templates written through CDK but should keep in mind how we can expand to other frameworks as well (Serverless Framework for example).
[1] aws/aws-cdk#1433
Additional Details
Other related issues
The text was updated successfully, but these errors were encountered: