Edd Mann
Edd Mann
Just to add to what @tomcant has mentioned, Experimenting with enabling certain desired integrations today it looks like the one that causes the performance hit is [PDO](https://github.com/DataDog/dd-trace-php/blob/master/src/DDTrace/Integrations/PDO/PDOIntegration.php). With enabling this...
What configuration are you supplying for the `vpc` configuration at the provider level?
You should be able to specify a container health-check (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html) using the recently added `cloudFormationResource` configuration. This allows you to add additional CloudFormation properties for given resources, in this case...
Apologies, looking at the [Serverless source](https://github.com/serverless/serverless/blob/main/lib/plugins/aws/provider.js#L659) both the `securityGroupIds` and `subnetIds` are required if the `provider.vpc` is defined. I have pushed a change to the README to reflect this https://github.com/eddmann/serverless-fargate/commit/d5728456d2d5292629b48b247027f7ee9bb9ced0
This is an interesting idea, how would you feel about a similar API? ``` schedule: method: scheduler rate: - cron(0 0/4 ? * MON-FRI *) timezone: America/New_York ```
So in this case you would like to just provision the `AWS::ECS::TaskDefinition`?
This is interesting, I'm unsure if there is a flag which can be set within the `AWS::Events::Rule` definition to disable the rule? It looks like you have to do an...
Thank you for the PR 🙏🏻 , apologies for the current merged/revert, I was just garnering additional insight into this. Just wondering can this not already be achieved with the...
Hey, I think that's a great addition! At this time you should be able to configure it using the `cloudFormationResource` definition which would override the entire `DeploymentConfiguration` for you to...
Reading through this all looks to be resolved now? Please reply back if you still have any issues to discuss.