Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
aws_gleam_runtime include aws@lambda@event_S3Record.hrl
Raw

include/aws@lambda@event_S3Record.hrl

-record(s3_record, {
aws_region :: binary(),
event_name :: binary(),
event_time :: binary(),
event_source :: binary(),
bucket_name :: binary(),
bucket_arn :: binary(),
object_key :: binary(),
object_size :: gleam@option:option(integer()),
object_etag :: gleam@option:option(binary()),
object_sequencer :: gleam@option:option(binary())
}).