Skip to content
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
2 changes: 1 addition & 1 deletion .latest-tag-aws-sdk-go
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.43.3
v1.43.5
12 changes: 12 additions & 0 deletions src/aws_lambda.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,18 @@ update_event_source_mapping(Client, UUID, Input0, Options0) ->
%% signed by a trusted publisher. For more information, see Configuring code
%% signing.
%%
%% If the function's package type is `Image', you must specify the code
%% package in `ImageUri' as the URI of a container image in the Amazon ECR
%% registry.
%%
%% If the function's package type is `Zip', you must specify the deployment
%% package as a .zip file archive. Enter the Amazon S3 bucket and key of the
%% code .zip file location. You can also provide the function code inline
%% using the `ZipFile' field.
%%
%% The code in the deployment package must be compatible with the target
%% instruction set architecture of the function (`x86-64' or `arm64').
%%
%% The function's code is locked when you publish a version. You can't modify
%% the code of a published version, only the unpublished version.
%%
Expand Down
Loading