aws-erlang icon indicating copy to clipboard operation
aws-erlang copied to clipboard

Add tests for AWS Cloudwatch Logs

Open onno-vos-dev opened this issue 2 years ago • 0 comments

Description

This issue aims to solve AWS Cloudwatch Logs testing specifically as it is likely one of the most used modules of aws-erlang.

See the milestone for further details.

Acceptance Criteria

An aws_cloudwatch_logs_SUITE is created which can talk to a real AWS Account and perform certain AWS Requests towards it. A subset of the functionality should be tested to start with.

  • get_log_events
  • filter_log_events

onno-vos-dev avatar Feb 20 '23 10:02 onno-vos-dev