@chrisalbon And I can imagine Copilot X features that would 10x my development speed. Once GPT4 is really integrated into PyCharm, you know they'll eventually have features like "instantly resolve package version mismatches", "automatic traceback error resolution", etc
@jamesjyu A while back I built a deck builder that read from data in bigquery and generated automatic Google Slides decks, I don't remember the Google Workspace APIs being super easy to work with
@jamesjyu Are you talking about manually adding data to sheets that then syncs to bigquery for later sql queries? I don't think I understand the use case
@stripepress this is a little late, but huge thank you for sending books to AWS re:Invent. I lost all my Stripe Press books when my home burned down here in Colorado, and I'm ecstatic to be rebuilding my collection! Looking forward to my kids reading this someday
I've been trying to get to re:Invent for 10 years, and finally attended for the first time this week! I focused on serverless/devops stuff, and wrote up my initial thoughts on some of the best talks I attended:
https://t.co/TTzwwI0n3h
#aws#reInvent2022#Serverless
😂when creating an Opensearch domain with CDK the vpc_subnets arg requires a list of subnet selects (not just a single subnet, let alone a single subnet select!) and then when you add more than one subnet to your subnet select inside your 1-item list,ERROR only one subnet allowed
@zfleeman I'm going to write another little post soon about running "cdk deploy" from within a Docker container -- it makes the build system a little more self-contained since installing Python CDK has a bunch of dependencies (nodejs, npm, Python packages, AWS CLI)