简体   繁体   English

如何使用Node.js或Lambda函数在s3中为存储桶创建事件

[英]How do I create events for the buckets in s3 using nodejs or from lambda function

I wish to create s3 event from nodejs lambda function to to call another lambda function. 我希望从nodejs lambda函数创建s3事件,以调用另一个lambda函数。

for example-> I have a lambda function test1 that creates s3 bucket and attaches the event to the bucket such that on the occurence of the event it call some different lambda function. 例如->我有一个lambda函数test1,它创建s3存储桶并将事件附加到存储桶,以便在事件发生时它调用某些不同的lambda函数。

Problem -> I can create the lambda function to create an s3 bucket but I am not able to find create event method in AWS S3 documentation to implement this. 问题->我可以创建lambda函数来创建s3存储桶,但是我无法在AWS S3文档中找到create event方法来实现这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 Lambda function 访问 S3 object? - How do I access an S3 object from a Lambda function? 如何使用带有Lambda函数的Node.js在AWS S3存储桶中创建嵌套文件夹? - How to create nested folders in aws s3 bucket using nodejs with lambda function? 如何使用 Nodejs 在两个 S3 存储桶之间复制对象 - How to copy objects between two S3 buckets using Nodejs 如何通过 nodejs 在 S3 中创建 Excel 文件? - How do I create an Excel File in S3 though nodejs? 如何从Node中的Lambda函数将本地图像保存到S3 - How do I save a local image to S3 from my Lambda function in Node 访问被拒绝错误 500 从 Lambda function 中删除 S3 存储桶中的 Object 使用 NodeJS 和 Z48C061E29CEAED2 - Access Denied Error 500 Deleting Object in S3 Bucket from Lambda function using NodeJS and Postman 如何通过 AWS lambda nodejs function 索引存储在 S3 中的 XML 文件? - How can I index a XML file stored in S3 through AWS lambda nodejs function? How to stream read an S3 JSON file to postgreSQL using async/await in a NodeJS 12 Lambda function? - How to stream read an S3 JSON file to postgreSQL using async/await in a NodeJS 12 Lambda function? 使用nodejs从lambda触发器调整S3存储桶中的图像大小 - Resizing the image in S3 bucket from lambda trigger using nodejs 使用 Nodejs Lambda 从 S3 上的 .xlsx 文件中读取数据 - Read data from .xlsx file on S3 using Nodejs Lambda
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM