Package-level declarations
Types
Indicates how Lambda operations involve updating the code artifact will operate. Default to Warn if not provided
Include full document in change stream response. The default option will only send the changes made to documents to Lambda. If you want the complete document sent to Lambda, set this to UpdateLookup.
The type of source access configuration.
PackageType.
Trigger for runtime update
Applying SnapStart setting on function resource type.
Applying SnapStart setting on function resource type.
Indicates whether SnapStart is activated for the specified function version.
The tracing mode.
The type of authentication that your function URL uses. Set to AWS_IAM if you want to restrict access to authenticated users only. Set to NONE if you want to bypass IAM authentication to create a public endpoint.
Can be either AWS_IAM if the requests are authorized via IAM, or NONE if no authorization is configured on the Function URL.
The invocation mode for the function’s URL. Set to BUFFERED if you want to buffer responses before returning them to the client. Set to RESPONSE_STREAM if you want to stream responses, allowing faster time to first byte and larger response payload sizes. If not set, defaults to BUFFERED.