Skip to content

Commit

Permalink
add create-aws-credentials to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeseda committed Aug 15, 2024
1 parent f4d824a commit 7ecb985
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/views/docs/en/get-started/detailed-aws-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runtime python

### Credentials

You'll need an Amazon Web Services account and credentials set up on your development machine and / or CI systems. If you don't yet have credentials on your development machine (like from [configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)), here's a guide for [gathering credentials from the AWS Console](./create-aws-credentials).
You'll need an Amazon Web Services account and credentials set up on your development machine and / or CI systems. If you don't yet have credentials on your development machine (like from [configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)), here's a guide for [gathering credentials from the AWS Console](../guides/developer-experience/create-aws-credentials).

In the context of a deployment tool, Architect requires account credentials with IAM `AdministratorAccess` privileges. In turn, Architect will create and attach least-privilege IAM roles to runtime resources within your application, ensuring strict security boundaries by default.

Expand Down
18 changes: 0 additions & 18 deletions src/views/docs/en/get-started/project-files-and-folders.md

This file was deleted.

4 changes: 3 additions & 1 deletion src/views/docs/en/guides/developer-experience/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ category: Developer experience
description: How to deploy your Architect app
---

Architect makes deploying AWS CloudFormation "stacks" painless.
Architect makes deploying AWS CloudFormation "stacks" painless.
AWS credentials are required to deploy.
Learn about [AWS setup](../../get-started/detailed-aws-setup) and [gathering credentials from the AWS Console](./create-aws-credentials)

> 🧑‍🏫 CloudFormation stack identifiers are created from the name specified in the `@app` pragma and are unique to an AWS region. Changing the project name or region will create a new CF stack.
Expand Down
2 changes: 1 addition & 1 deletion src/views/docs/table-of-contents.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const GetStarted = [
'Why Architect',
'Quickstart',
'Project manifest',
// 'Project files & folders',
'Detailed AWS setup',
'Runtime support',
]
Expand All @@ -20,6 +19,7 @@ const Guides = [
'Using TypeScript',
'Using Deno',
'Custom CloudFormation',
'Create AWS credentials',
{
'Continuous integration': [
'GitHub Actions',
Expand Down

0 comments on commit 7ecb985

Please sign in to comment.