docs: add self-hosting documentation#8605
Conversation
|
@adrianjoshua-strutt, since a file was deleted from the
|
|
Redirects are already configured in
All pages moved from |
| import { defineHosting } from '@aws-amplify/hosting'; | ||
|
|
||
| export const hosting = defineHosting({ | ||
| framework: 'nextjs' |
There was a problem hiding this comment.
Since we are auto detecting the framework, can omit this framework param and also it is already mentioned in configuration page.
There was a problem hiding this comment.
Will do. Thanks!
| import { defineHosting } from '@aws-amplify/hosting'; | ||
|
|
||
| export const hosting = defineHosting({ | ||
| framework: 'nextjs' |
There was a problem hiding this comment.
same here, Since we are auto detecting the framework, can omit this framework param and also it is already mentioned in configuration page.
Adds documentation for the self-managed hosting feature (defineHosting, definePipeline, ampx deploy), restructures the deploy-and-host section into Amplify Hosting and Self-managed hosting, and adds preview labeling. RFC: aws-amplify/amplify-backend#3211
3f94a6d to
48e921c
Compare
Preview: https://d2a8cehsb9j05d.cloudfront.net
Adds documentation for the self-managed hosting feature (
defineHosting,definePipeline,ampx deploy).Pages added
/deploy-and-host/self-hosting/— Overview/deploy-and-host/self-hosting/getting-started/— Install and first deploy/deploy-and-host/self-hosting/define-hosting/— Configure hosting (domains, WAF, compute, CDK escape hatches)/deploy-and-host/self-hosting/define-pipeline/— Set up CI/CD pipeline/deploy-and-host/self-hosting/external-pipelines/— GitHub Actions, GitLab CINavigation
Updated
src/directory/directory.mjsto add the self-hosting section under deploy-and-host.Related: aws-amplify/amplify-backend#3211