Skip to content

Have AWS SAM call an UPSERT rather than CREATE when Attaching a domain to API Gateway #3741

Open
@SilasCrosby

Description

@SilasCrosby

When you attach a domain to AWS SAM AWS::Serverless::API

Aws sam calls Create, doesn't upsert make more sense?

  Domain:
    CertificateArn: arn:aws:acm:us-east-1:1324568975665:certificate/111111-11111-1111--111-1-111
    DomainName: !Sub ${apiDomain}
    BasePath: ""
    Route53:
      HostedZoneId: ZXXXXXXXXXXXXXX
    EndpointConfiguration: REGIONAL

Metadata

Metadata

Assignees

No one assigned

    Labels

    stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions