MartinJ-Dev

Results 6 comments of MartinJ-Dev

Related issues: https://github.com/docker/compose-cli/issues/775 https://github.com/docker/compose-cli/issues/777 https://github.com/docker/compose-cli/issues/1426 https://github.com/docker/compose-cli/issues/703 https://github.com/docker/compose-cli/pull/871

@ndeloof Thanks for getting back. We are happy to adopt any alternatives. Can you elaborate on your viable solution, specifically "a high-level, declarative approach" and "map to AWS"? Since we...

Understood. Could you suggest a short term solution that fits in our need? We are okay to compromise but hope to get specific and actionable guideline. Would any of the...

@ndeloof Any feedback? Today we try to setup HTTPS for load balancer using the example in doc ``` version: '3.8' services: proxy: image: nginx ports: - "80:80" x-aws-cloudformation: Resources: ProxyTCP80Listener:...

`https://xxxx.us-west-2.elb.amazonaws.com:80/` gives "Not secure" warning in Chrome. I assumed this is because certificate is tied to a domain name. Following that information, we updated our certificate and DNS CNAME. Now...

Similarly, it'd be great if we can add `serverless_inference_config` kwargs in `sagemaker.session.Session.create_endpoint_config` ```python class Session(object): def create_endpoint_config( self, name, model_name, initial_instance_count, instance_type, accelerator_type=None, serverless_inference_config=None, # TODO: