green-boost
green-boost copied to clipboard
Build Full Stack Cloud Native Web Apps on AWS Fast
Give app devs ability to log important audit events. This will likely utilize EventBridge and S3 for storage. May want to use DynamoDB for queries and aggregation (streams)? See this...
Internationalize includes front-end and back-end aspects. Front End [Amplify Internationalization Utility](https://docs.amplify.aws/lib/utilities/i18n/q/platform/js/)? [react-i18-next](https://react.i18next.com/)? too heavy? Create our own? It should lazy load non-default language files. Pre-bundle default language? Or instead of...
UserBilling Component and Construct that connects to Stripe API. Likely don't need admin panel for billing since Stripe's is so good. This would just enable user to edit their billing...
S3Finder is like Finder.app for macOS. Support viewing files, uploading, downloading. Will need a lambda to create pre-signed urls. Maybe StepFunctions for large uploads?
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.21. Release notes Sourced from next's releases. v14.2.21 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
## Scope Down GitHub Token Permissions This PR updates GitHub Actions workflows to use minimal required permissions instead of the default elevated permissions. ### Why This Matters Following the principle...
## Problem While build and uber like app for a customer, we've had success using serverless microservices with the following folder structure: - driver/ - lib/ - core/ - ui/...