2022-09-21
The following is a list of things that I had to lookup today
- javascript string regex, how to match newline, lang.js.d.string.regex (Private)
- prisma relation field, vpkg.prisma.concepts.data-model.relations (Private)
- postgres, how to add non-null collumn, db.postgres.cook.add-non-null-collumn (Private)
- postgres, how to do backups, db.postgres.cook.backup (Private)
- prisma, how to do a custom migration (eg. rename collumn), vpkg.prisma.cook.customize-migration (Private)
- execa, how to pipe output in realtime, vpkg.execa.cook.pipe-output (Private)
- ec2, instance families, aws.s.ec2.ref.instances (Private)
- cloudfront functions, aws.s.cloudfront.t.edge-functions.cfn-function (Private)
- cloudfront function restrictions, aws.s.cloudfront.t.edge-functions.restrictions (Private)
- lambda@edge logging, aws.s.cloudfront.t.edge-functions.lambda.test-and-debug (Private)
- cloudfront functions setup via cdk, aws.s.cloudfront.iac.cdk (Private)