Skip to content

Commit

Permalink
Merge pull request #337 from fabiancook/master
Browse files Browse the repository at this point in the history
Fixes #332
  • Loading branch information
aoskotsky-amplify committed May 11, 2020
2 parents 2576641 + 7076ff0 commit bdcd8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Expand Up @@ -623,7 +623,7 @@ class ServerlessCustomDomain {
// Use APIGateway (v1) for EDGE domains
if (domain.endpointType === Globals.endpointTypes.edge) {
const params = {
basePath: domain.apiMapping.ApiMappingKey,
basePath: domain.apiMapping.ApiMappingKey || "(none)",
domainName: domain.givenDomainName,
patchOperations: [
{
Expand Down

0 comments on commit bdcd8b3

Please sign in to comment.