Bjoern Boschman
Bjoern Boschman
# Feature request ### Context Adding a Reference to a Model currently always looks up that reference This is very time consuming and not always wanted ### Solution Having the...
for ubuntubuild instructions the package 'cmake' is missing for apt-get install
given the following config: ``` custom: customDomain: endpointType: PRIVATE enabled: false ``` results in Error: PRIVATE is not supported endpointType, use edge or regional. as I am dynamically creating serverless...
while using this lib I really shot our database in the head bc those are default to True we are bulk inserting small pieces (40krows) into a ~400mio table every...
after upgrading to pip 20.3 I got the following error seems related to this issue: https://github.com/pypa/pip/issues/9217 ``` ...cairocffi-1.2.0.tar.gz (70 kB) :stderr: WARNING: Generating metadata for package cairocffi produced metadata for...
I assum this could be a common usecase ``` constructs: my-queue: type: queue subscriptions: - arn:aws:sns:us-east-1:1234567890:my-topic - arn:aws:sns:eu-west-1:1234567890:my-othertopic ```
given the following config: ``` custom: customCertificate: certificateName: example.com subjectAlternativeNames: - '*.example.com' ``` serverless-certificate-creator successfully the ACM certificate as pending while trying to create CNAMEs it fails the reason I...
# Question I'd really love to use odmantic/fastapi to replace my current database setup (dynamodb) Yet any way I try to implement testcases seem to fail as mongomock doesn't support...
One can use/create secrets as they like, while they cannot be used. I understand this is a commercial feature, but there should be some kind of warning/error message
`sensuctl create -r -f somefolder/` throws an error if there are unparseable files, e.g. README.md But be nice if it only tries to parse certain extensions (.json, .yml, .yaml)