aws / aws/aws-lambda-java-libs
Add a toString method for S3EventNotificationRecord class
- 主要语言
- Java
- 星标
- 548
- 派生
- 241
- 平均合并
- 2 天 5 分钟
- 30 天内合并 PR
- 11
描述
Currently while logging S3Event instance , toString just logs hash code .
`S3Event` `toString()` method in turn calls `S3EventNotificationRecord` `toString()` method which is not present . Hence it defaults to plain objects `toString()` method which in turn just logs hash code rendering `toString()` method of `S3Event ` class useless .
https://github.com/aws/aws-lambda-java-libs/blob/4fe08f417a4f5b612bb8d88006da3341eb6d3e51/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3Event.java#L25
贡献指南
调研方向
从链接位置的 S3Event.java 开始,跟踪它如何委托给 S3EventNotificationRecord。在 aws-lambda-java-events 模块中定位该类,然后在定义预期的可读输出之前检查现有的事件测试或用法;完成的标准是 S3Event 日志不再暴露记录的默认哈希码表示。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, java
- 领域
- cloud
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100