Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.11 KB

File metadata and controls

37 lines (29 loc) · 2.11 KB

FunctionCode

The code for the Lambda function.

Contents

S3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern: ^[0-9A-Za-z\.\-_]*(?<!\.)$
Required: No

S3Key The Amazon S3 object (the deployment package) key name you want to upload.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No

S3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No

ZipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, see Execution Permissions in the AWS Lambda Developer Guide.
Type: Base64-encoded binary data object
Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: