Skip to content

Commit

Permalink
Add GH access
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshrahim committed Sep 28, 2023
1 parent f3d0056 commit f35ac1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/content/guides/author-apps/aws/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Radius uses the [AWS Cloud Control API](https://docs.aws.amazon.com/cloudcontrol

The AWS provider allows you to deploy and connect to AWS resources from a Radius environment on an EKS cluster. To configure an AWS provider, you can follow the documentation [here]({{< ref "/guides/operations/providers/howto-aws-provider" >}}).

## Resource library

{{< button text="AWS resource library" link="https://github.com/radius-project/bicep-types-aws/blob/main/artifacts/bicep/index.md" newtab="true" >}}
> *If you don't have access to the Bicep-types-aws github repo, please visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization.*
## Example

{{< tabs Bicep >}}
Expand All @@ -31,4 +26,8 @@ In the following example, a [Container]({{< ref "guides/author-apps/containers"
{{< rad file="snippets/aws.bicep" embed=true >}}
{{% /codetab %}}

{{< /tabs >}}
{{< /tabs >}}

## Resource library

{{< button text="AWS resource library" link="/reference/resource-schema/aws" newtab="true" >}}
2 changes: 2 additions & 0 deletions docs/content/reference/resource-schema/aws/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Radius supports AWS resource types that are supported by the [AWS Cloud Control

Following table lists the resource types that are currently supported and the limitations for each of the resource types.

> *If you don't have access to the Bicep-types-aws github repo, please visit https://aka.ms/ProjectRadius/GitHubAccess to request access to the Radius GitHub organization.*
| Resource Type | Notes |
| ------------- | ----- |
| **[AWS::ACMPCA::Certificate](https://github.com/radius-project/bicep-types-aws/blob/main/artifacts/bicep/aws/aws.acmpca/default/types.md)** | ⚠ This resource type is non-idempotent. See [here](https://github.com/radius-project/bicep-types-aws/blob/main/docs/reference/limitations.md) for more information. |
Expand Down

0 comments on commit f35ac1c

Please sign in to comment.