green-boost
green-boost copied to clipboard
Build Full Stack Cloud Native Web Apps on AWS Fast
Migrate to Next.js and MUI. See related [frontend tooling / framework discussion](https://github.com/awslabs/green-boost/discussions/214) and [UI component library discussion](https://github.com/awslabs/green-boost/discussions/213). This effort will be large and require many deprecations, but it will significantly...
*Issue #, if available:* *Description of changes:* Remove deprecated exports from `gboost-ui` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
We need end-to-end tests for `gboost create`. This would involve updating GitHub actions to run `gboost create` for each template and typecheck, lint, and run unit tests for each template,...
Construct will use S3, Elemental MediaConverter, and CloudFront following [this article](https://aws.amazon.com/cloudfront/streaming/). Component can use something like [this](https://www.npmjs.com/package/material-ui-player) but built with AmplifyUI
Background: https://aws.amazon.com/blogs/aws/cloudwatch-rum/
When user is registering for an account, we often need to ensure the address they've entered is valid. Can we use Amazon Location Service for validation? See: https://aws.amazon.com/blogs/compute/validating-addresses-with-aws-lambda-and-the-amazon-location-service/ Or maybe...
Steps to reproduce: 1) Launch the examples/widgets-dynamo application on Firefox 2) Go to widgets page and click on "Expiration Date" field. You only see the date selection but not time...
Enable recording and aggregating page load times, client-side errors, and user behavior with [Amazon CloudWatch RUM](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM.html). Need to integrate [aws-rum-web-client](https://github.com/aws-observability/aws-rum-web) into GB ui. Use react-router-dom's `useLocation`hook to `recordPageView` and React...
Support WebAuthn for use of biometrics for login. See https://simplewebauthn.dev/ Would likely need to pair this with another form of authentication as backup. SO Blog: https://stackoverflow.blog/2022/11/16/biometric-authentication-for-web-devs/
Customer need: >Howdy, we have a client that may be interested in Amazon Pinpoint but is concerned about giving their marketing team access to the AWS console. While we could...