# Vapor: Custom Lambda Events

DevFeed: [Vapor: Custom Lambda Events](<https://devfeed.tech/articles/vapor-custom-lambda-events-3979.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-trigger-the-cli-lambda-using-custom-events>)

Author: Mohamed Said

Published: 2020-02-26T15:23:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [s3](<https://devfeed.tech/tags/s3.md>)

## AI overview

A release of laravel/vapor-core adds support for handling custom Lambda events. Applications can use a vapor:handle artisan command to process event payloads, including events from AWS services such as image uploads to an S3 bucket.

## Source excerpt

Today we released `laravel/vapor-core` version `v2.5.1` with the ability to handle custom Lambda events. To get started, implement a `vapor:handle` artisan command in your application with the followi...