In this app, you are going to build a simple note taking application using modular AWS SDK for JavaScript
The note taking application is the modified version from the original Open Source MIT licensed project shared in the tutorials on serverless-stack.
To set up this notes app, complete the following tasks:
nvm use
or nvm use 20
in a terminal window.node -v
in a terminal window and confirm that it shows Node.js >=20, such as v20.12.2
).corepack enable
in a terminal window.yarn
.aws
in a terminal window.~/.aws/credentials
on Mac/Linux,%UserProfile%\.aws\credentials
on Windows) should look like the following:
[default]
aws_access_key_id = <ACCESS_KEY>
aws_secret_access_key = <SECRET_ACCESS_KEY>
~/.aws/config
(%UserProfile%\.aws\config
on Windows) should look like the following:
[default]
region = us-west-2
This exercise code uses modular AWS SDK for JavaScript as follows:
backend performs create, delete, get, list and update operations on DynamoDB.
frontend does put, get, delete operations using an S3 browser client.
Run: cdk bootstrap aws://[aws-account-ID]/[region]
This command:
yarn cdk deploy
yarn prepare:frontend
yarn start:frontend
The Cloudformation stack can be deleted by running: yarn cdk destroy
Contributions are more than welcome. Please read the code of conduct and the contributing guidelines.
See CONTRIBUTING for more information.
This library is licensed under the MIT License. See the LICENSE file.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4