79508821

Date: 2025-03-14 10:53:14
Score: 2.5
Natty:
Report link

Looking at the documentation, CDK construct for SNS Text Messaging doesn't exist nor do CloudFormation template for it.

CDKTF has it because, as far as I know, TF doesn't use CloudFormation but uses AWS API instead.

If you look at https://github.com/markilott/aws-cdk-configure-sns/blob/main/lib/sns-config-stack.ts#L108-L123, it's using AwsCustomResource. That's what you can do as well, create your own CustomResource.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tsal Troser