aws-book

An online book introduction to Amazon Web Services (AWS)

https://github.com/joaomh/aws-book

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords

aws aws-cloudformation aws-ec2 aws-lambda aws-s3 cloud-computing cloud-services
Last synced: 6 months ago · JSON representation

Repository

An online book introduction to Amazon Web Services (AWS)

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
aws aws-cloudformation aws-ec2 aws-lambda aws-s3 cloud-computing cloud-services
Created about 2 years ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

An Introduction to Amazon Web Service (AWS)

This repository holds the Jupyter Book source for An Introduction to Amazon Web Service.

To make a change to the book and update https://joaomh.github.io/aws-book/

  1. Get your copy of this repository:

git clone https://github.com/joaomh/aws-book 2. Change the file you wish and commit it to the repository. 3. Push your change back to the aws-book repository (ideally via a pull request). 4. That's it a GitHub Action will build the book and deploy it to aws-book

How this repository is deployed

  • When you make a change to this repository and push it to the main branch, the book's HTML will automatically be pushed.
  • This process is handled by this GitHub Action

Build and preview the text locally

To build locally, pip install -r requirements.txt and then jupyter-book build aws-book

Follow the build instructions on the Jupyter Book guide. The guide has information on how to use the Jupyter Book CLI to build this book. You can find the Jupyter Book build instructions here.

ghp-import -n -p -f _build/html

Owner

  • Name: João Pinheiro
  • Login: joaomh
  • Kind: user
  • Company: Itaú Unibanco @itau

My biggest life goal is to improve people's lives through technology and teaching :)

GitHub Events

Total
  • Push event: 29
  • Pull request event: 22
Last Year
  • Push event: 29
  • Pull request event: 22

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • joaomh (23)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/main.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/deploy-pages v2 composite
  • actions/setup-python v4 composite
  • actions/upload-pages-artifact v2 composite
pyproject.toml pypi
  • python ^3.11
requirements.txt pypi
  • jupyter-book *
  • matplotlib *
  • numpy *