by Garth | Jun 11, 2021 | Amazon Web Services - AWS, What Is?
Amazon Elastic Container Registry (ECR) is a fully managed container registry that makes it easy to store, manage, share, and deploy your container images and artifacts anywhere. Amazon ECR eliminates the need to operate your own container repositories or worry about scaling the underlying infrastructure.
https://aws.amazon.com/ecr/
by Garth | Jun 10, 2021 | What Is?
Gitflow Workflow is a Git workflow that helps with continuous software development and implementing DevOps practices. ... The Gitflow Workflow defines a strict branching model designed around the project release. This provides a robust framework for managing larger projects.
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow#:~:text=Gitflow%20Workflow%20is%20a%20Git,development%20and%20implementing%20DevOps%20practices.&text=The%20Gitflow%20Workflow%20defines%20a,framework%20for%20managing%20larger%20projects.
by Garth | Jun 10, 2021 | What Is?
Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices
https://redis.io/
by Garth | Jun 10, 2021 | Amazon Web Services - AWS, What Is?
AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. It is a computing service that runs code in response to events and automatically manages the computing resources required by that code. It was introduced in November 2014.
https://docs.aws.amazon.com/lambda/latest/dg/welcome.html