Skip to content

Commit

Permalink
changed name of directory and restective README.md and example-patter…
Browse files Browse the repository at this point in the history
…n.json files
  • Loading branch information
Luigi Napoleone Capasso committed Jan 28, 2025
1 parent ccc95ff commit 926084e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Invoking a Private Custom Domain Name cross-account

This architecture enables the invocation of a Private Custom Domain Name deployed for a Private API Gateway cross-account. The solution leverages [Amazon Private API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-apis.html), [Execute-API VPC Endpoint](https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html), and the Private Custom Domain N [Private Custom Domain name](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-private-custom-domains.html).

Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/private-custom-domain-name-cross-account).
Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/apigw-private-custom-domain-name-cross-account).

You can update the template to add AWS resources through the same deployment process that updates your application code.

Expand Down Expand Up @@ -41,7 +41,7 @@ This pattern utilizes two AWS Sccounts and their respective templates.
```
2. Change directory to the pattern directory:
```bash
cd serverless-patterns/private-custom-domain-name-cross-account
cd serverless-patterns/apigw-private-custom-domain-name-cross-account
```

#### AccountA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/private-custom-domain-name-cross-account",
"templateURL": "serverless-patterns/private-custom-domain-name-cross-account",
"projectFolder": "private-custom-domain-name-cross-account",
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-private-custom-domain-name-cross-account",
"templateURL": "serverless-patterns/apigw-private-custom-domain-name-cross-account",
"projectFolder": "apigw-private-custom-domain-name-cross-account",
"templateFile": "accountA/template.yaml"
}
},
Expand Down

0 comments on commit 926084e

Please sign in to comment.