Skip to content

Commit 81a5c75

Browse files
authored
Merge branch 'main' into s3_codeSHA
2 parents 83fa799 + 39f35a1 commit 81a5c75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+855
-842
lines changed

OWNERS_ALIASES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ aliases:
77
- a-hilaly
88
- RedbackThomson
99
- vijtrip2
10+
- jljaco
1011
# TODO: Add your team members to your team controller alias
1112
service-team:
1213
- Vandita2020

apis/v1alpha1/generator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ resources:
156156
operation: ReadOne
157157
tags:
158158
ignore: true
159+
hooks:
160+
sdk_delete_pre_build_request:
161+
template_path: hooks/layer_version/sdk_delete_pre_build_request.go.tpl
159162
renames:
160163
operations:
161164
GetLayerVersion:

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/lambda-controller
9-
newTag: v0.1.6
9+
newTag: v0.1.7

config/crd/bases/lambda.services.k8s.aws_aliases.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ spec:
4545
function name, it is limited to 64 characters in length."
4646
type: string
4747
functionRef:
48-
description: 'AWSResourceReferenceWrapper provides a wrapper around
48+
description: "AWSResourceReferenceWrapper provides a wrapper around
4949
*AWSResourceReference type to provide more user friendly syntax
50-
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
50+
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
5151
properties:
5252
from:
5353
description: AWSResourceReference provides all the values necessary

config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ spec:
114114
function name, it's limited to 64 characters in length."
115115
type: string
116116
functionRef:
117-
description: 'AWSResourceReferenceWrapper provides a wrapper around
117+
description: "AWSResourceReferenceWrapper provides a wrapper around
118118
*AWSResourceReference type to provide more user friendly syntax
119-
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
119+
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
120120
properties:
121121
from:
122122
description: AWSResourceReference provides all the values necessary
@@ -167,10 +167,10 @@ spec:
167167
type: integer
168168
queueRefs:
169169
items:
170-
description: 'AWSResourceReferenceWrapper provides a wrapper around
170+
description: "AWSResourceReferenceWrapper provides a wrapper around
171171
*AWSResourceReference type to provide more user friendly syntax
172-
for references using ''from'' field Ex: APIIDRef: from: name:
173-
my-api'
172+
for references using 'from' field Ex: APIIDRef: \n from: name:
173+
my-api"
174174
properties:
175175
from:
176176
description: AWSResourceReference provides all the values necessary

config/crd/bases/lambda.services.k8s.aws_functions.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ spec:
146146
provided, Lambda uses a default service key.
147147
type: string
148148
kmsKeyRef:
149-
description: 'AWSResourceReferenceWrapper provides a wrapper around
149+
description: "AWSResourceReferenceWrapper provides a wrapper around
150150
*AWSResourceReference type to provide more user friendly syntax
151-
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
151+
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
152152
properties:
153153
from:
154154
description: AWSResourceReference provides all the values necessary
@@ -241,10 +241,10 @@ spec:
241241
securityGroupRefs:
242242
description: Reference field for SecurityGroupIDs
243243
items:
244-
description: 'AWSResourceReferenceWrapper provides a wrapper
244+
description: "AWSResourceReferenceWrapper provides a wrapper
245245
around *AWSResourceReference type to provide more user friendly
246-
syntax for references using ''from'' field Ex: APIIDRef: from:
247-
name: my-api'
246+
syntax for references using 'from' field Ex: APIIDRef: \n
247+
from: name: my-api"
248248
properties:
249249
from:
250250
description: AWSResourceReference provides all the values
@@ -263,10 +263,10 @@ spec:
263263
subnetRefs:
264264
description: Reference field for SubnetIDs
265265
items:
266-
description: 'AWSResourceReferenceWrapper provides a wrapper
266+
description: "AWSResourceReferenceWrapper provides a wrapper
267267
around *AWSResourceReference type to provide more user friendly
268-
syntax for references using ''from'' field Ex: APIIDRef: from:
269-
name: my-api'
268+
syntax for references using 'from' field Ex: APIIDRef: \n
269+
from: name: my-api"
270270
properties:
271271
from:
272272
description: AWSResourceReference provides all the values

config/crd/bases/lambda.services.k8s.aws_functionurlconfigs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ spec:
7777
function name, it is limited to 64 characters in length."
7878
type: string
7979
functionRef:
80-
description: 'AWSResourceReferenceWrapper provides a wrapper around
80+
description: "AWSResourceReferenceWrapper provides a wrapper around
8181
*AWSResourceReference type to provide more user friendly syntax
82-
for references using ''from'' field Ex: APIIDRef: from: name: my-api'
82+
for references using 'from' field Ex: APIIDRef: \n from: name: my-api"
8383
properties:
8484
from:
8585
description: AWSResourceReference provides all the values necessary

config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
bases:
4-
- common
53
resources:
4+
- common
65
- bases/lambda.services.k8s.aws_aliases.yaml
76
- bases/lambda.services.k8s.aws_codesigningconfigs.yaml
87
- bases/lambda.services.k8s.aws_eventsourcemappings.yaml

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#commonLabels:
1313
# someName: someValue
1414

15-
bases:
15+
resources:
1616
- ../crd
1717
- ../rbac
1818
- ../controller

generator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ resources:
156156
operation: ReadOne
157157
tags:
158158
ignore: true
159+
hooks:
160+
sdk_delete_pre_build_request:
161+
template_path: hooks/layer_version/sdk_delete_pre_build_request.go.tpl
159162
renames:
160163
operations:
161164
GetLayerVersion:

0 commit comments

Comments
 (0)