From 7269d98b74bc4ea5e21cba918129bc27ed71756c Mon Sep 17 00:00:00 2001 From: Crossplane Date: Tue, 2 Mar 2021 21:32:04 +0000 Subject: [PATCH] docs snapshot for crossplane version `v1.1` --- docs/v1.1/contributing/provider_development_guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/v1.1/contributing/provider_development_guide.md b/docs/v1.1/contributing/provider_development_guide.md index c1e2ce8a..6a4c8fc2 100644 --- a/docs/v1.1/contributing/provider_development_guide.md +++ b/docs/v1.1/contributing/provider_development_guide.md @@ -15,6 +15,9 @@ kind of managed resource to a Crossplane Provider. > You can watch [TBS Episode 18] to follow along the live implementation of GCP PubSub managed resource. +> If you plan to implement a managed resource for AWS, please see the +[code generation guide]. + ## What Makes a Crossplane Infrastructure Resource Crossplane builds atop Kubernetes's powerful architecture in which declarative @@ -642,3 +645,4 @@ feedback you may have about the development process! [Managed Resource API Patterns]: ../design/one-pager-managed-resource-api-design.md [Crossplane CLI]: https://github.com/crossplane/crossplane-cli#quick-start-stacks [`angryjet` documentation]: https://github.com/crossplane/crossplane-tools/blob/master/README.md +[code generation guide]: https://github.com/crossplane/provider-aws/blob/master/CODE_GENERATION.md \ No newline at end of file