From 40b64a2fbaf361f685bad4aaff74823972008109 Mon Sep 17 00:00:00 2001 From: seshubaws <116689586+seshubaws@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:41:07 -0700 Subject: [PATCH] Update examples/upbound-aws-provider/composite-resources/serverless-examples/sqs-lambda-s3/README.md Co-authored-by: candonov <25967713+candonov@users.noreply.github.com> --- .../serverless-examples/sqs-lambda-s3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/upbound-aws-provider/composite-resources/serverless-examples/sqs-lambda-s3/README.md b/examples/upbound-aws-provider/composite-resources/serverless-examples/sqs-lambda-s3/README.md index c5b61398..7db18c09 100644 --- a/examples/upbound-aws-provider/composite-resources/serverless-examples/sqs-lambda-s3/README.md +++ b/examples/upbound-aws-provider/composite-resources/serverless-examples/sqs-lambda-s3/README.md @@ -3,7 +3,7 @@ This example deploys the architecture depicted on the diagram. First, it applies ![Serverless diagram](../../../diagrams/sqs-lambda-s3.png) ## Context -For users new to Crossplane, we recommend first completing this tutorial: https://docs.crossplane.io/master/getting-started/provider-aws/ in order to grasp the fundamentals of Crossplane. This tutorial will describe how to authenticate a local Kubernetes cluster to AWS and create a Managed Resource in AWS directly from your cluster. +For users new to Crossplane, we recommend first completing Crossplane's official getting started guide: https://docs.crossplane.io/master/getting-started/provider-aws/ in order to grasp the fundamentals of Crossplane. The getting started guide will describe how to authenticate the Crossplane `aws-provider` to an AWS account and create AWS resources from your cluster. ## Pre-requisites: - [Kubectl](https://kubernetes.io/docs/tasks/tools/)