Max Rohde

Results 45 issues of Max Rohde

- Allow to start a DB instance in `watch` mode. This DB instance will be used by unit tests and locally running applications when it is available. - Change way...

enhancement
template-dynamodb

Bundle sizes for client side bundles can potentially be made smaller by externalizing React and loading it from a CDN. See: https://github.com/evanw/esbuild/issues/806

enhancement
template-ssr

Link to dynamodb toolbox - basic support completed but having problems with type interference https://github.com/jeremydaly/dynamodb-toolbox/issues/261

bug
template-dynamodb

This maybe a better way to deploy the Next.js template: https://docs.serverless-stack.com/constructs/NextjsSite Also see [ness](https://github.com/nessjs/ness#nextjs-support) as another alternative.

enhancement
template-nextj-bootstrap

[PurgeCSS](https://purgecss.com/) can be used in combination with [React](https://purgecss.com/guides/react.html). It should be considered if it would be possible to configure the [Next.js Bootstrap Module](https://github.com/goldstack/goldstack/tree/master/workspaces/templates/packages/app-nextjs-bootstrap#readme) to use PurgeCSS. Note that it seems...

enhancement
template-nextj-bootstrap

This file should not be included in downloads of new templates.

- [x] Adding [Email Send (SES)](https://goldstack.party/templates/ses) template - [x] Adding [AWS S3](https://goldstack.party/templates/s3) template - [x] Adding [Email Send (SES) boilerplate](https://github.com/goldstack/ses-terraform-typescript-boilerplate) - [x] Adding [S3 Bucket boilerplate](https://github.com/goldstack/s3-terraform-typescript-boilerplate) - [x] Writing blog...

Things to change: - [ ] Include link to or embed central getting started documentation Template to cover: - [ ] Next.js + Bootstrap - [ ] Next.js - [...

When running `yarn infra destroy [env]` for a module, a confirmation message is displayed. After pressing `y` the message is displayed again: ``` Are you sure to destroy your deployed...

bug

Goldstack templates invoke other applications by using Node.js exec. For instance, to call the AWS CLI or the Terraform CLI - usually by running a corresponding image in Docker. Thus...