aws-sdk-js-notes-app icon indicating copy to clipboard operation
aws-sdk-js-notes-app copied to clipboard

A simple note taking application using modular AWS SDK for JavaScript (v3)

Results 14 aws-sdk-js-notes-app issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Not a problem, as the current setup of using vitejs for frontend is working well. However, in the React...

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/aws-samples/aws-sdk-js-notes-app). ## Config Migration Needed - [ ]...

## Describe the bug Clicking on play audio throws DOMException - The play() request was interrupted ## Steps to reproduce * Follow README to run local version of the app....

bug

### Issue Fixes: https://github.com/aws-samples/aws-sdk-js-notes-app/issues/26 ### Description Switches from Reach Router v1 to React Router v6. ### Testing ToDo: Verify that routes work in the frontend. ### Additional context Refs: https://reactrouter.com/docs/en/v6/upgrading/reach#first-non-breaking-updates...

### Issue React was bumped to v18 in https://github.com/aws-samples/aws-sdk-js-notes-app/pull/63 ### Description Bumps bootstrap dependencies ### Testing ToDo: Local testing ### Additional Context * react-bootstrap v2 migration https://react-bootstrap.netlify.app/migrating/#rb-docs-content * bootstrap v5...

### Is your feature request related to a problem? Please describe. The notes app uses @reach/router which was put on path of deprecation in favor of React Router Post from...

enhancement

### Is your feature request related to a problem? Please describe. Users of this app have to go through the code to understand the architecture of the note taking application....

enhancement

### Is your feature request related to a problem? Please describe. The existing application doesn't have any authentication. ### Describe the solution you'd like Show how authentication works in the...

enhancement

Shared (long-lived) credentials are [considered harmful](https://docs.aws.amazon.com/sdkref/latest/guide/access-iam-users.html). As a sample app, this should probably show better practices, like using IAM Identity Center or SSO. https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/getting-your-credentials.html

### Issue `aws-sdk-js-notes-app: SSM parameter /cdk-bootstrap/hnb659fds/version not found. Has the environment been bootstrapped? Please run 'cdk bootstrap' (see https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html)` Refs: #, if available ### Description What does this implement/fix? Explain...