AWS Lambda Supports Uploading Code from S3

Posted on: May 28, 2015

You can now deploy AWS Lambda function code by specifying the Amazon S3 bucket where your code is located. Previously, you needed to upload your function code as a ZIP through the AWS CLI, AWS SDKs, or AWS Lambda console. Now, you can also provide a S3 object location for Lambda to download your code when creating or updating your function.

Please visit our product page for more information about AWS Lambda. Visit our console to get started now.