File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -425,10 +425,9 @@ This code:
425
425
1 . Adds one desired S3 bucket for each bucket name.
426
426
1 . Returns the desired S3 buckets in a ` RunFunctionResponse ` .
427
427
428
- The code uses the ` v1beta1.Bucket ` type from [ Upbound's AWS S3
429
- provider] ( https://github.com/crossplane-contrib/provider-upjet-aws ) . One
430
- advantage of writing a function in Go is that you can compose resources using
431
- the same strongly typed structs Crossplane uses in its providers.
428
+ The code uses the ` v1beta1.Bucket ` type from [ Upbound's AWS S3 provider] ( https://github.com/crossplane-contrib/provider-upjet-aws ) .
429
+ One advantage of writing a function in Go is that you can compose resources
430
+ using the same strongly typed structs Crossplane uses in its providers.
432
431
433
432
You must get the AWS Provider Go module to use this type:
434
433
Original file line number Diff line number Diff line change @@ -425,10 +425,9 @@ This code:
425
425
1 . Adds one desired S3 bucket for each bucket name.
426
426
1 . Returns the desired S3 buckets in a ` RunFunctionResponse ` .
427
427
428
- The code uses the ` v1beta1.Bucket ` type from [ Upbound's AWS S3
429
- provider] ( https://github.com/crossplane-contrib/provider-upjet-aws ) . One
430
- advantage of writing a function in Go is that you can compose resources using
431
- the same strongly typed structs Crossplane uses in its providers.
428
+ The code uses the ` v1beta1.Bucket ` type from [ Upbound's AWS S3 provider] ( https://github.com/crossplane-contrib/provider-upjet-aws ) .
429
+ One advantage of writing a function in Go is that you can compose resources
430
+ using the same strongly typed structs Crossplane uses in its providers.
432
431
433
432
You must get the AWS Provider Go module to use this type:
434
433
You can’t perform that action at this time.
0 commit comments