Values.AwsLambdaFunctionCodeSourceThe code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly.
type nonrec t = {s3Bucket : NonEmptyString.t option;An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.
*)s3Key : NonEmptyString.t option;The Amazon S3 key of the deployment package.
*)s3ObjectVersion : NonEmptyString.t option;For versioned objects, the version of the deployment package object to use.
*)zipFile : NonEmptyString.t option;The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.
*)}