You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could build a couple of custom resources and then bundle those as CDK constructs. Should make it clean-ish in terms of composition, and then we could use those constructs to plug the gaps in the current script.
Thoughts?
The text was updated successfully, but these errors were encountered:
Service discover for MySQL is implemented (with a workaround given it’s not supported as park of ECS service yet) - this is used to resolve MySQL from Wordpress container.
See: aws/aws-cdk#1554
I didn’t add code deploy as there is no way to tie it up with ECS service until that feature is made available through CFN or we create a custom resource to build that service.
See: aws/aws-cdk#1559
These seems to be the two biggest gaps currently.
I could build a couple of custom resources and then bundle those as CDK constructs. Should make it clean-ish in terms of composition, and then we could use those constructs to plug the gaps in the current script.
Thoughts?
The text was updated successfully, but these errors were encountered: