DEV Community

Discussion on: Emulating Fn::StartsWith in CloudFormation

Collapse
 
bjorg profile image
Steve Bjorg

It might be possible to approximate it if you allow for an upper-bound and you add a magic marker at the end. That way, you could incrementally do an Fn:::Contains operation (similar to Fn::StartsWith) and see if you reach the magic marker by itself.