Skip to content

Set Configuration as an output wrapper for Getfunction response #135

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
Apr 16, 2024
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
10 changes: 5 additions & 5 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: "2024-03-29T14:25:17Z"
build_hash: e8df4d5a4b86dea0e227786c2c3d213e5aeda97a
go_version: go1.22.0
version: v0.33.0
build_date: "2024-04-16T16:52:09Z"
build_hash: 37f4ba2b5a121a8786bc516e9ec4aa0b8b590c7d
go_version: go1.21.6
version: v0.33.0-1-g37f4ba2
api_directory_checksum: c67645b15db39980ba51ff6303c34c5aafc55a9e
api_version: v1alpha1
aws_sdk_go_version: v1.44.181
generator_config_info:
file_checksum: d71df9c47727f5905a2be2ac8d5cfceff3c7bbec
file_checksum: f0fa26f0d3c577f5800eb183e0ec1cea865a75ee
original_file_name: generator.yaml
last_modification:
reason: API generation
4 changes: 4 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ignore:
# FunctionUrlConfig
# LayerVersion
operations:
GetFunction:
output_wrapper_field_path: Configuration
PublishLayerVersion:
operation_type:
- Create
Expand Down Expand Up @@ -78,6 +80,8 @@ resources:
set:
- method: Create
ignore: true
- method: ReadOne
ignore: true
LayerStatuses:
is_read_only: true
from:
Expand Down
4 changes: 4 additions & 0 deletions generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ignore:
# FunctionUrlConfig
# LayerVersion
operations:
GetFunction:
output_wrapper_field_path: Configuration
PublishLayerVersion:
operation_type:
- Create
Expand Down Expand Up @@ -78,6 +80,8 @@ resources:
set:
- method: Create
ignore: true
- method: ReadOne
ignore: true
LayerStatuses:
is_read_only: true
from:
Expand Down
Loading