Michael Warkentin

Results 154 comments of Michael Warkentin

Came across https://github.com/gmetrixr/k8s-sentry as well.

RDS postgres now supports `wal2json` output on postgres 9.5.7 and 9.6.3: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.FeatureSupport.Extensions

This would be great so I could open a new google doc from the command line either for work or personal: ``` # Google Docs alias doc="open https://doc.new" alias sheet="open...

The biggest gotcha we've run into so far: postgres -> postgres CDC replication causes all booleans to be set to `true` 😕

@rngtng it doesn’t look like sentry api supports user management (unless I missed it): https://docs.sentry.io/api/ Until that happens there isn’t really a way to do it with Tf.

Looks like that allows you to add members to teams, but not create, as far as I can tell. There's also this: https://github.com/getsentry/sentry/blob/master/src/sentry/api/endpoints/user_details.py#L67-L91 However that also looks like just an...

See also #11 which would enable this and other languages.

Yeah, seems like the current runtimes still require you to define how to install requirements, etc: https://docs.aws.amazon.com/apprunner/latest/dg/service-source-code-python.html

I opened https://github.com/aws/containers-roadmap/issues/1409 on the main container roadmap repo too.

> When a service launches "Buildpacks support," what does that mean to you? Do you find yourselves most frequently using curated Builder images (from a cloud provider and/or third-party), or...