Skip to content

Add Alias resource #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2021-11-08T15:45:27Z"
build_date: "2021-11-15T20:14:43Z"
build_hash: 6ce1a672eabd3908bdaa4ace356e1b58ee3e80ba
go_version: go1.16.4
version: v0.15.2
api_directory_checksum: f6e7f2f06bc2cb9ab97c9e3839c73a2c995af16d
api_directory_checksum: 4428fa4b4df55d74a03fdf9a07175103b343fb05
api_version: v1alpha1
aws_sdk_go_version: v1.40.28
generator_config_info:
file_checksum: bc2d40d81838763eb9a73e7107eb3dd2ff089ee6
file_checksum: b38e2f54cb069b91ac92cc95ff8945903ce1e1f2
original_file_name: generator.yaml
last_modification:
reason: API generation
92 changes: 92 additions & 0 deletions apis/v1alpha1/alias.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignore:
resource_names:
# Function
- Alias
# Alias
- CodeSigningConfig
- EventSourceMapping
shape_names:
Expand All @@ -22,4 +22,13 @@ resources:
FunctionName: Name
GetFunction:
input_fields:
FunctionName: Name
FunctionName: Name
Alias:
fields:
Name:
is_required: true
is_primary_key: true
FunctionName:
is_required: true
FunctionVersion:
is_required: true
18 changes: 18 additions & 0 deletions apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

210 changes: 210 additions & 0 deletions apis/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/controller/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading