<!-- Before reporting a new issue, make sure we don't have any duplicates already open or closed by searching the issues list. If there is a duplicate, re-open or add a comment to the existing issue instead of creating a new one. If you are reporting a bug, make sure to include relevant information asked below to help with debugging. ## GENERAL HELP QUESTIONS ## Github Issues is for bug reports and feature requests. If you have general support questions, the following locations are a good place: - Post a question in StackOverflow with "aws-sam" tag --> **Description:** SAM does not support empty SemanticVersion in AWS::Serverless::Application resource. Using template: ``` Resources: helloworld: Type: AWS::Serverless::Application Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:077246666028:applications/hello-world SemanticVersion: Parameters: IdentityNameParameter: YOUR_VALUE ``` Fail with an unhandled exception.