--- AWSTemplateFormatVersion: '2010-09-09' Parameters: myParameterNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAParameterNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs: Type: String Mappings: myMappingNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAMappingNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs: us-east-1: DisplayName: "myTopic" Resources: # Helps tests map resource types myResourceNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAResourceNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs: Type: "AWS::SNS::Topic" Properties: DisplayName: !FindInMap [myMappingNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAMappingNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs, !Ref "AWS::Region", DisplayName] TopicName: !Ref myParameterNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAParameterNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs Outputs: myOutputNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAOutputNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs: Value: !Ref myResourceNameThatIsWayTooLongBecauseItExceedsTheLimitOfTwohunderdFiftyFIveCharactersThisIsAPrettyChallengingLimitToExceedButImTryingByMakingAReallyLongSentenceForAResourceNameThisIsSuchAHugeLimitThatYouShouldReallyQuestionYourselfIfThisLimitIsBlockingAndNowItIs