Mikael
Mikael
### Description Specifying a cloudwatch log-group ARN on an `aws_fis_experiment_template` like so: ``` log_configuration { log_schema_version = 2 cloudwatch_logs_configuration { log_group_arn = aws_cloudwatch_log_group.example.arn } } ``` results in: ``` ╷...
Hi there, According to this [blog-post](https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/) top-level awaits should be fully supported. However, when I try this with the [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) API, I still have to use the `await` keyword within...