Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个注册了 SNS 的 s3 存储桶。SNS 通知进入一个由我想测试的 lambda 监控的 SQS。
我在测试中使用 moto 来模拟我的 s3 调用。当我设置测试时,我将一个对象放入我的 S3 存储桶中。然后我还有一个我模拟的 json 文档,它反映了将生成并传递给我的 lambda(从 S3 接收事件)的事件。
我的问题是,与其手动模拟事件 json,我可以使用 moto/boto 来生成它吗?