Max Rohde

Results 26 comments of Max Rohde

Thanks for your response! I don't know if that is possible but I think one way to handle this is that all types declared in a single JSON file would...

How can one view the page in dark mode?

Tried to achieve this by modifying the CloudFront distribution Lambda edge function https://github.com/goldstack/goldstack/blob/2583e298ab19e49806eec08988189070cec4a955/workspaces/docs/packages/docs-main/src/utils/routing/lambda.ts#L3 . However, this did not work, since the URI considered by the edge function is only the...

Thanks for this idea! I've heard of backstage but never really used it much. The idea would be to create a plugin and then that plugin would inject a template...

Also works in combination with CDK: [Getting started with AWS SAM and the AWS CDK](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-cdk.html) ~Should run using [Docker](https://github.com/aws/aws-sam-cli/issues/502)~ [Running in Docker is not supported](https://github.com/aws/aws-sam-cli/issues/181)

Also see https://github.com/goldstack/goldstack/issues/77 for improving the downloads page. But further to that improvements to the AWS configuration pages themselves.

From observations so far, I think that most operations to create infrastructure seem to finish within 20-30 min (even involving CF and ACM). But `destroy` operations may break it. See...

Consider using Nano JSX #249 Also supports tailwind https://github.com/AaronO/nanossr/blob/main/nanossr.ts

Waiting for guidance on https://github.com/jeremydaly/dynamodb-toolbox/issues/310 - if that can be resolved, attributes for entities can be exported as constant: ```typescript export const TagPK = (data: { blog: string; postId: string...