| 6 | /// The request defines what bucket to list |
| 7 | #[derive(Deserialize)] |
| 8 | struct Request { |
| 9 | bucket: String, |
| 10 | } |
| 11 | |
| 12 | /// The response contains a Lambda-generated request ID and |
| 13 | /// the list of objects in the bucket. |
no outgoing calls
no test coverage detected