Skip to content

SAM does not support empty SemanticVersion in AWS::Serverless::Application resource #891

@ylynn

Description

@ylynn

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions