erichcarson
erichcarson
### Description I recently tried to upgrade our version of `react-map-gl` to `v7.0.25`. During the upgrade I encountered a bug where `map.flyTo` goes to the incorrect location when `map.setTerrain()` has...
Add support for [portMappings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinition.html#cfn-ecs-taskdefinition-containerdefinition-portmappings) as part of the `AWS::ECS::TaskDefinition`. Verification: * Updated unit tests and added `portMappings`. * Used this branch with my projects `serverless.yml` to successfully deploy a task...