New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@architect/docs

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@architect/docs - npm Package Compare versions

Comparing version 30.1.20 to 30.1.21

2

en/aws/_nav.md

@@ -20,1 +20,3 @@ - [Introduction](/intro)

- [@indexes](/reference/indexes)
- [Guides](/guides/)
- [Custom Domains](/guides/custom-dns)

@@ -19,3 +19,3 @@ # Custom DNS

6. Let Cloudflare generate a private key and a CSR and choose RSA as the private key type.
7. Make sure that the hostname for your custom API domain is covered. E.g. api.mydomain.com. You can specifically configure this custom domain or use a wildcard such as *.mydomain.com as is configured by default.
7. Make sure that the hostname for your custom API domain is covered. E.g. api.mydomain.com. You can specifically configure this custom domain or use a wildcard such as `*.mydomain.com` as is configured by default.
8. Pick PEM as the key format which is selected by default.

@@ -35,3 +35,16 @@ 9. Copy the Certificate body from your Cloudflare certificate to the "Certificate body" field in the AWS Certificate Management Console.

Coming Soon
1. Sign into AWS Route 53 and click on Hosted Zones
2. Create Hosted Zone
3. Copy the name server information to your domain registar (if you register with Amazon this happens automatically)
4. Sign into AWS Certificate Manager
5. Request a certificate (protip: setup both `example.com` and `*.example.com` for subdomains)
6. Follow the instructions to verify the certificate
7. Sign into AWS API Gateway
8. Click on Custom Domain Names
9. Create Custom Domain Name
10. Enter the **Domain Name**, **ACM Certificate** you just verified, **Path** `/`, **Destination** API name and **Stage** of `staging` or `production`
11. Copy the value of the generated **Distribution Domain Name** to your clipboard
12. Sign back into Route53 and click into the domain you want to enable
13. Create Record Set
14. Set **Alias** `yes` and **Alias Target** to the **Distribution Domain Name** you just copied to your clipboard
15. Create the Record Set (and be patient it can take a bit for everything to wire up)
# Guides
<!--
- [Share deps](/guides/shared-deps)
- [Persist data](/guides/data)
- [Work offline](/guides/offline)
-->
- [Custom domains](/guides/custom-domains)
<!--
- [View logs](/guides/logging)

@@ -12,1 +15,2 @@ - [Author tests](/guides/testing)

- [Extend .arc](/guides/extend)
-->

2

package.json
{
"name": "@architect/docs",
"version": "30.1.20",
"version": "30.1.21",
"main": "index",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc