CDK alpha modules

0

How dependable are CDK alpha modules? Specifically, if something works how likely is it to keep working? Yes, API changes may happen since they are "experimental". (Noted, as Jean-Luc Picard would say)

Currently, I care about aws-apigatewayv2-integrations-alpha. but this applies to all of them.

Read:

profile picture
질문됨 2년 전701회 조회
1개 답변
0
수락된 답변

CDK builds on top of Cloudformation. Items that are not in the Cloudformation spec use Cloudformation Custom Resources to call AWS API's.

So once deployed it will be stable based on the particular Service API's that it uses and for any Cloudformation Custom Resources the lambda runtime environment that it runs in. (Ie if a particular service changes a API it could break and if the particular runtime environment that the custom resource is using goes out of support. Such as a particular node version no longer supported.)

As far as CDK still being able to synth/deploy the same Cloudformation template. It is stable for the particular version but any upgrade to a later version of CDK or the bootstrapping have no guarantees. You can go to the AWS-CDK Github Releases to pull a older version of code it implement your own that you maintain and build an adapter if you want to upgrade the CDK version but still provide backwards compatibility.

AWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠