通过Java8进行s3-lambda集成 [英] s3-lambda integration through java8

查看:86
本文介绍了通过Java8进行s3-lambda集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在s3中创建了一些存储桶并运行了lambda函数.现在我想要的是当我将任何图像上传到存储桶时说 源存储桶 ,然后s3event触发了我的lambda函数,该函数将加密的图像上传到另一个存储桶中说- 目的地 .

I have created some buckets in my s3 and a running lambda function. Now what I want is when I upload any image to the bucket say source bucket, then an s3event trigger my lambda function which uploads an encrypted image into the another bucket say- destination.

我在这里关心的是lambda如何检测特定存储桶中的更改,或者如何仅调用源存储桶的s3event?

What my concern here is, how lambda detects the changes in the specific bucket or how can I call the s3event of the source bucket only?

推荐答案

供您参考:

希望这会有所帮助!

这篇关于通过Java8进行s3-lambda集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆