https://github.com/skorfmann/cloudbook
A collection of VS Code Notebooks for gathering context from Cloud Providers (i.e. AWS).
https://github.com/skorfmann/cloudbook
aws cloud notebook vscode
Last synced: 7 months ago
JSON representation
A collection of VS Code Notebooks for gathering context from Cloud Providers (i.e. AWS).
- Host: GitHub
- URL: https://github.com/skorfmann/cloudbook
- Owner: skorfmann
- License: mpl-2.0
- Created: 2022-10-01T19:26:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T20:08:43.000Z (about 3 years ago)
- Last Synced: 2025-02-28T19:06:49.162Z (8 months ago)
- Topics: aws, cloud, notebook, vscode
- Homepage:
- Size: 340 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudbook
A collection of VS Code [Notebooks](https://code.visualstudio.com/blogs/2021/11/08/custom-notebooks) for gathering context from Cloud Providers (i.e. AWS). One scenario might be to get users from Cognito and fetch related data from DynamoDB, S3 or similar services. I'm sure there are tons of other useful cases.

## Getting Started- Checkout the repo locally
- Make sure to install the [Nodejs Notebook](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook)
- run `yarn install`
- head over to [./notebooks/s3-object-list.nnb](./notebooks/s3-object-list.nnb) for an example (Github can't render the notebook, works only locally)## AWS Credentials
Works best with correctly configured `~/.aws/config` (e.g. with AWS SSO). Not recommended but possible: using in static credentials.
## Contributions
Would love to get more use-cases and examples. Would also be keen to improve the general UX of configuring inputs. Please feel free to create pull requests!