Skip to content

Commit 926084e

Browse files
author
Luigi Napoleone Capasso
committed
changed name of directory and restective README.md and example-pattern.json files
1 parent ccc95ff commit 926084e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

private-custom-domain-name-cross-account/README.md renamed to apigw-private-custom-domain-name-cross-account/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Invoking a Private Custom Domain Name cross-account
44

55
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).
66

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

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

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

4747
#### AccountA

private-custom-domain-name-cross-account/example-pattern.json renamed to apigw-private-custom-domain-name-cross-account/example-pattern.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"gitHub": {
1414
"template": {
15-
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/private-custom-domain-name-cross-account",
16-
"templateURL": "serverless-patterns/private-custom-domain-name-cross-account",
17-
"projectFolder": "private-custom-domain-name-cross-account",
15+
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-private-custom-domain-name-cross-account",
16+
"templateURL": "serverless-patterns/apigw-private-custom-domain-name-cross-account",
17+
"projectFolder": "apigw-private-custom-domain-name-cross-account",
1818
"templateFile": "accountA/template.yaml"
1919
}
2020
},

0 commit comments

Comments
 (0)