# Week 1 Resources

### **Week 1 Live stream**

* [hub.docker.com](https://hub.docker.com): the world's largest library and community for container images
  * docker hub [scratch](https://hub.docker.com/_/scratch): most useful for building base images or minimal images&#x20;
* [linuxserver.io](https://fleet.linuxserver.io/): building and maintaining community images
* [jfrog.com](https://jfrog.com): the JFrog Platform gives you an end-to-end pipeline to control the flow of your binaries from build to production.
* [Python library](https://github.com/docker-library/python): docker file repository for Python containerisation

### **1.1.0 Create the notification feature (backend and front)**

* [OpenAPI](https://www.openapis.org/): a specification for a machine-readable interface definition language for describing, producing, consuming and visualizing web services.
* [ReadMe](https://readme.com/): transforms your API docs into interactive hubs that help developers succeed.

### 1.2.0 DynamoDB and Postgres vs Docker

* AWS [Deploying DynamoDB locally on your computer](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html): Download DynamoDB local for Docker

### Brilliant

* Josh Hargett's blog: [the amazing summary of the entire week 1](https://awstip.com/week-1-aws-cloud-bootcamp-512bffb00a6a)
