Tijmen Brommet
Tijmen Brommet
**Describe the bug** Version `amazon/cloudwatch-agent:latest` ([amazon/cloudwatch-agent:1.0.3](https://hub.docker.com/layers/amazon/cloudwatch-agent/1.0.3/images/sha256-061d2a5f92398f44bdcd32ce515d7ce1302236a94855ee37465631fc30acd23c?context=explore )), doesn't start on ECS/Fargate. **Steps to reproduce** We're using this task definition (main container definitions omitted): ``` { "taskDefinitionArn": "arn:aws:ecs:eu-west-1:REDACTED:task-definition/scribe-api:560", "containerDefinitions": [ //...
### Description 📖 This adds support for enums in Rails. Defined enums will be converted to a union type with its allowed values. ### Background 📜 Rails enums are currently...