2018-12-03Better Together: Amazon ECS and AWS Lambda
See how you can get more out of Lambda by using it to start ECS tasks and how you can turn your ECS cluster into a dynamic fleet of container workers that react to any event supported by Lambda.
2018-11-26Dynamic GitHub Actions with AWS Lambda
GitHub webhooks allow you to easily generate notifications whenever certain actions occur. One built-in webhook is Amazon Simple Notification Service (SNS), which can transmit these messages to a variety of endpoints…including AWS Lambda, which means you can now easily run JavaScript code in response to something happening in a GitHub repository. In this post we’ll make a simple issue responder bot using a Lambda function, but you could use the same technique to trigger deployments or other actions.
2019-03-26DynamoDB Guide
An open guide that walks through the basic concepts and advanced features of the DynamoDB NoSQL database provided by AWS.
2019-06-25eksworkshop.com
A walkthrough of basic Kubernetes concepts.
2019-01-15Implementing safe AWS Lambda deployments with AWS CodeDeploy
AWS Lambda and AWS CodeDeploy recently made it possible to automatically shift incoming traffic between two function versions based on a preconfigured rollout strategy. This new feature allows you to gradually shift traffic to the new function. If there are any issues with the new code, you can quickly rollback and control the impact to your application.
2019-01-14jamietsao/aws-ssm-env
Simple utility to help export parameters from Amazon EC2 Systems Manager Parameter Store as environment variables
2019-01-18Serverless Microservice Patterns for AWS
Since I work with serverless microservices all the time, I figured I’d compile a list of design patterns and how to implement them in AWS. I came up with 19 of them, though I’m sure there are plenty more.
2018-12-03SQS Consumer Design
Achieving High Scalability while managing concurrency in Go
2019-02-07banzaicloud/pipeline
Pipeline enables developers to go from commit to scale in minutes by turning Kubernetes into a feature rich application platform integrating CI/CD, centralized logging, monitoring, enterprise-grade security, autoscaling and more.
2019-08-15https://github.com/Pungyeon/clean-go-article
Clean Go, A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.
2019-02-05irahardianto/service-pattern-go
Simple clean Go REST API architecture with dependency injection and mocking example, following SOLID principles.
2019-01-14jamietsao/aws-ssm-env
Simple utility to help export parameters from Amazon EC2 Systems Manager Parameter Store as environment variables
2019-02-04PacktPublishing/Go-Design-Patterns
This is the code repository for the book, Go Design Patterns, published by Packt
2019-02-04PacktPublishing/Hands-On-Software-Architecture-with-Golang
Hands-On Software Architecture with Golang: Design and architect highly scalable and robust applications using Go (English Edition) von [Raiturkar, Jyotiswarup] Hands-On Software Architecture with Golang: Design and architect highly scalable and robust applications using Go
2019-01-21parsiya/Hacking-with-Go
These documents are based on the Gray/Black Hat Python/C# series of books
2019-01-29roblaszczak/go-cleanarch
Clean architecture validator for go, like a The Dependency Rule and interaction between packages in your Go projects.
2019-05-16rsc/tiddly
TiddlyWiki (actually TiddlyWeb) server for Google App Engine
2019-06-11securego/gosec
Golang Security Checker - Inspects source code for security problems by scanning the Go AST.
2018-11-23Serverless Golang API with AWS Lambda
How to create a movie website using an AWS Lambda function written in Go — the latest language for serverless applications
2019-05-16Shaked/getpocket
Implementation for GetPocket API using Go
2018-12-20sheerun/queue
Lightweight, performant, thread-safe blocking FIFO queue based on auto-resizing circular buffer.
2019-07-02Slackor
A Golang implant that uses Slack as a command and control server
2018-12-03SQS Consumer Design
Achieving High Scalability while managing concurrency in Go
2019-02-07StackExchange/dnscontrol
Synchronize your DNS to multiple providers from a simple DSL | Good example for clean architecture
2018-11-22Standard Go Project Layout
This is a basic layout for Go application projects. It's not an official standard defined by the core Go dev team; however, it is a set of common historical and emerging project layout patterns in the Go ecosystem. Some of these patterns are more popular than others. It also has a number of small enhancements along with several supporting directories common to any large enough real world application.
2018-12-03Writing worker Queues in Go
Consumer Pattern (work queue, dispatcher, worker queue, workers) in Golang
2019-01-31zucchinidev/clean-architecture-golang
he domain, or business, of our shopping application is that of human beings shopping for stuff, or, in more formal terms, of customers adding items to orders. We need to represent these business entities and their rules as code in the innermost layer, the domain layer.
2019-01-18Serverless Microservice Patterns for AWS
Since I work with serverless microservices all the time, I figured I’d compile a list of design patterns and how to implement them in AWS. I came up with 19 of them, though I’m sure there are plenty more.
2019-04-23tmrts.com/go-patterns/
A curated collection of idiomatic design & application patterns for Go language.
2018-12-03Writing worker Queues in Go
Consumer Pattern (work queue, dispatcher, worker queue, workers) in Golang
PlantUML
2019-05-14AWS PlantUML
PlantUML sprites, macros, and other includes for AWS components.
2019-02-28lgiordani/rentomatic
A demo implementation of a clean architecture in Python.
2019-03-14Python Application Layouts
In this article, I want to give you a dependable Python application layout reference guide that you can refer to for the vast majority of your use cases.
2019-03-14Python Clean Architecture
A Python toolkit for applications driven by The Clean Architecture
2019-01-18Serverless Microservice Patterns for AWS
Since I work with serverless microservices all the time, I figured I’d compile a list of design patterns and how to implement them in AWS. I came up with 19 of them, though I’m sure there are plenty more.